From 469be01c6b5f9f42dc26017040a6fc54c4caef54 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Wed, 4 Sep 2024 15:27:38 -0500 Subject: [PATCH] Fix documentation --- 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 d27b4fb3..9b52fa6f 100644 --- a/alembic/operations/base.py +++ b/alembic/operations/base.py @@ -1252,7 +1252,7 @@ class Operations(AbstractOperations): the SQLAlchemy construct :class:`~sqlalchemy.sql.elements.quoted_name`. :param if_not_exists: If True, adds IF NOT EXISTS operator when - creating the table. + creating the new table. .. versionadded:: 1.13.3 :param \**kw: Other keyword arguments are passed to the underlying -- 2.47.2