]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
formatting tweak
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 2 Feb 2010 01:48:01 +0000 (01:48 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 2 Feb 2010 01:48:01 +0000 (01:48 +0000)
lib/sqlalchemy/types.py

index 2f7575d3b07b51ee92b4b7c148d79c9c2c84f856..aadd148c07bcc20a06bfaa2053c556c902346299 100644 (file)
@@ -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