From 9a84fa585bf7ee9db7de0abc9b175cd397199335 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 2 Feb 2010 01:48:01 +0000 Subject: [PATCH] formatting tweak --- lib/sqlalchemy/types.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/sqlalchemy/types.py b/lib/sqlalchemy/types.py index 2f7575d3b0..aadd148c07 100644 --- a/lib/sqlalchemy/types.py +++ b/lib/sqlalchemy/types.py @@ -1206,11 +1206,11 @@ class Boolean(TypeEngine, SchemaType): """Construct a Boolean. :param create_constraint: defaults to True. If the boolean - is generated as an int/smallint, also create a CHECK constraint - on the table that ensures 1 or 0 as a value. + is generated as an int/smallint, also create a CHECK constraint + on the table that ensures 1 or 0 as a value. :param name: if a CHECK constraint is generated, specify - the name of the constraint. + the name of the constraint. """ self.create_constraint = create_constraint -- 2.47.3