]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
my typo fix broke the build!
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 21 May 2025 19:12:48 +0000 (15:12 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 21 May 2025 19:12:48 +0000 (15:12 -0400)
Change-Id: I58ee64ce8eb9a0437d8e7a05fae481e40914f00e

alembic/op.pyi

index f39ff0548e7c493782bab6e9fafcff81e7128141..8cdf7590756286685cedd2a82678c39b7ca55dc6 100644 (file)
@@ -1184,7 +1184,7 @@ def f(name: str) -> conv:
     names will be converted along conventions.  If the ``target_metadata``
     contains the naming convention
     ``{"ck": "ck_bool_%(table_name)s_%(constraint_name)s"}``, then the
-    output of the following:
+    output of the following::
 
         op.add_column("t", "x", Boolean(name="x"))