]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Fix typo in documentation 678/head
authorFederico Caselli <CaselIT@users.noreply.github.com>
Tue, 7 Apr 2020 15:17:58 +0000 (17:17 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Apr 2020 15:17:58 +0000 (17:17 +0200)
Fixes the wrong version in `table_kwargs`. See: https://alembic.sqlalchemy.org/en/latest/ops.html#alembic.operations.Operations.batch_alter_table

alembic/operations/base.py

index 602b7c76c49a3f2db465e3d64353598abfc9de8f..30bd87fe7c22bbab20114748c712da8c3e866237 100644 (file)
@@ -287,7 +287,7 @@ class Operations(util.ModuleClsProxy):
          This may be used to provide for additional table options that may
          not be reflected.
 
-        .. versionadded:: 0.7.0
+         .. versionadded:: 0.7.0
 
         :param naming_convention: a naming convention dictionary of the form
          described at :ref:`autogen_naming_conventions` which will be applied