From cca8be9ac8a572d9f92bddfb83327d14d7da308b Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Tue, 7 Apr 2020 17:17:58 +0200 Subject: [PATCH] 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 --- alembic/operations/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2