From: Federico Caselli Date: Tue, 7 Apr 2020 15:17:58 +0000 (+0200) Subject: Fix typo in documentation X-Git-Tag: rel_1_4_3~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cca8be9ac8a572d9f92bddfb83327d14d7da308b;p=thirdparty%2Fsqlalchemy%2Falembic.git Fix typo in documentation Fixes the wrong version in `table_kwargs`. See: https://alembic.sqlalchemy.org/en/latest/ops.html#alembic.operations.Operations.batch_alter_table --- diff --git a/alembic/operations/base.py b/alembic/operations/base.py index 602b7c76..30bd87fe 100644 --- a/alembic/operations/base.py +++ b/alembic/operations/base.py @@ -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