From: Mike Bayer Date: Wed, 21 May 2025 19:12:48 +0000 (-0400) Subject: my typo fix broke the build! X-Git-Tag: rel_1_16_0~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3feee4c6ae5d398832c2b2de1a21d15df6e35d29;p=thirdparty%2Fsqlalchemy%2Falembic.git my typo fix broke the build! Change-Id: I58ee64ce8eb9a0437d8e7a05fae481e40914f00e --- diff --git a/alembic/op.pyi b/alembic/op.pyi index f39ff054..8cdf7590 100644 --- a/alembic/op.pyi +++ b/alembic/op.pyi @@ -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"))