]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fixed typo
authormozillazg <opensource.mozillazg@gmail.com>
Wed, 15 Oct 2014 13:40:19 +0000 (21:40 +0800)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 15 Oct 2014 13:56:48 +0000 (09:56 -0400)
lib/sqlalchemy/sql/schema.py

index 0c96404447d06ff32a5668ce6319327a769bc81d..c46b2ab28e029e947a88b9b927ba615c8653c5ca 100644 (file)
@@ -1056,8 +1056,8 @@ class Column(SchemaItem, ColumnClause):
              conditionally rendered differently on different backends,
              consider custom compilation rules for :class:`.CreateColumn`.
 
-             ..versionadded:: 0.8.3 Added the ``system=True`` parameter to
-               :class:`.Column`.
+             .. versionadded:: 0.8.3 Added the ``system=True`` parameter to
+                :class:`.Column`.
 
         """