]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
use correct param name
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 Feb 2023 14:00:29 +0000 (09:00 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 Feb 2023 14:00:29 +0000 (09:00 -0500)
Change-Id: I2981335a5deaa798195cfe70f3655d79cd4d8a3b

alembic/operations/ops.py

index a93596da727542a8314f2a8bb4508a396a674e52..808d1fb8c8a300845d51664b70d733f1aaf56ea1 100644 (file)
@@ -1912,7 +1912,7 @@ class AlterColumnOp(AlterTableOp):
 
          .. versionadded:: 1.4.0
 
-        :param insert_before: String name of an existing column which this
+        :param insert_after: String name of an existing column which this
          column should be placed after, when creating the new table.  If
          both :paramref:`.BatchOperations.alter_column.insert_before`
          and :paramref:`.BatchOperations.alter_column.insert_after` are