]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Fix documentation 1521/head
authorAaron Griffin <aaron@growtherapy.com>
Wed, 4 Sep 2024 20:27:38 +0000 (15:27 -0500)
committerAaron Griffin <aaron@growtherapy.com>
Wed, 4 Sep 2024 20:27:38 +0000 (15:27 -0500)
alembic/operations/base.py

index d27b4fb3b097327962479bfbc0814a81e9837b06..9b52fa6f29e2acdeb63c7970f12f607419a3ae0b 100644 (file)
@@ -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