From: Mike Bayer Date: Tue, 2 Feb 2010 01:48:01 +0000 (+0000) Subject: formatting tweak X-Git-Tag: rel_0_6beta1~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9a84fa585bf7ee9db7de0abc9b175cd397199335;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git formatting tweak --- 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