]> 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:57:38 +0000 (09:57 -0400)
Conflicts:
lib/sqlalchemy/sql/schema.py

lib/sqlalchemy/schema.py

index 281ac84f0a9a0c5137c9fa7e941bf16e792f95df..f6d39fb408b825671dbd6f3ccb7e57a00a5a0d32 100644 (file)
@@ -905,7 +905,7 @@ class Column(SchemaItem, expression.ColumnClause):
              rendered differently on different backends, consider custom
              compilation rules for :class:`.CreateColumn`.
 
-             ..versionadded:: 0.8.3 Added the ``system=True`` parameter to
+             .. versionadded:: 0.8.3 Added the ``system=True`` parameter to
                :class:`.Column`.
 
         """