From: Aaron Griffin Date: Wed, 4 Sep 2024 20:27:38 +0000 (-0500) Subject: Fix documentation X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1521%2Fhead;p=thirdparty%2Fsqlalchemy%2Falembic.git Fix documentation --- 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