]> 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)
committermozillazg <opensource.mozillazg@gmail.com>
Wed, 15 Oct 2014 13:40:19 +0000 (21:40 +0800)
lib/sqlalchemy/sql/schema.py

index f9c65f6f7a61bcbc13c96574ac7bde3675184acb..ef5d79a4856352aafab7760d3b5b70026ff88919 100644 (file)
@@ -1061,8 +1061,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`.
 
         """