summaryrefslogtreecommitdiff
path: root/docs/build/ops.rst
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-01-30 14:34:37 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2012-01-30 14:34:37 -0500
commit0bf3fe8f6f089f6023f3917ce8faa050ad0b79b0 (patch)
treeecca58a7854e31f3b17b6f41d2388bfa9b426655 /docs/build/ops.rst
parenta9aa76a549199fc1f88c4a114ea92f7f5143f92e (diff)
downloadalembic-0bf3fe8f6f089f6023f3917ce8faa050ad0b79b0.tar.gz
fix docstring referencesrel_0_2_0
Diffstat (limited to 'docs/build/ops.rst')
-rw-r--r--docs/build/ops.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/build/ops.rst b/docs/build/ops.rst
index 4322bfb..1df9d27 100644
--- a/docs/build/ops.rst
+++ b/docs/build/ops.rst
@@ -25,7 +25,7 @@ appropriate SQLAlchemy metadata, typically involving
objects. This so that migration instructions can be
given in terms of just the string names and/or flags involved.
The exceptions to this
-rule include the :meth:`~.Operations.add_column` and :func:`~.Operations.create_table`
+rule include the :meth:`~.Operations.add_column` and :meth:`~.Operations.create_table`
directives, which require full :class:`~sqlalchemy.schema.Column`
objects, though the table metadata is still generated here.