diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-02-02 01:48:01 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-02-02 01:48:01 +0000 |
| commit | 9a84fa585bf7ee9db7de0abc9b175cd397199335 (patch) | |
| tree | 8dfdcbecc0e6b21c2751df20eeca4d49467142ba /lib/sqlalchemy | |
| parent | af94c933875441d7d7001ed11b8ceba5ca594cc1 (diff) | |
| download | sqlalchemy-9a84fa585bf7ee9db7de0abc9b175cd397199335.tar.gz | |
formatting tweak
Diffstat (limited to 'lib/sqlalchemy')
| -rw-r--r-- | lib/sqlalchemy/types.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/sqlalchemy/types.py b/lib/sqlalchemy/types.py index 2f7575d3b..aadd148c0 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 |
