From 3feee4c6ae5d398832c2b2de1a21d15df6e35d29 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 21 May 2025 15:12:48 -0400 Subject: [PATCH] my typo fix broke the build! Change-Id: I58ee64ce8eb9a0437d8e7a05fae481e40914f00e --- alembic/op.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")) -- 2.47.3