]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Fix link in batch alter_column doc
authorHemanth Makkapati <hemanth.makkapati@rackspace.com>
Mon, 13 Feb 2017 18:51:40 +0000 (12:51 -0600)
committerHemanth Makkapati <hemanth.makkapati@rackspace.com>
Mon, 13 Feb 2017 18:51:40 +0000 (12:51 -0600)
Refer to Operations.alter_column instead of Operations.add_column

alembic/operations/ops.py

index 8957982c86381f058d00b296a0cb323aa1999c9e..d4fe8b38131d59eec33c192ab60d2843728335ba 100644 (file)
@@ -1438,7 +1438,7 @@ class AlterColumnOp(AlterTableOp):
 
         .. seealso::
 
-            :meth:`.Operations.add_column`
+            :meth:`.Operations.alter_column`
 
         """
         alt = cls(