]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix typo rel_0_9_3
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 20 Feb 2014 04:09:07 +0000 (23:09 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 20 Feb 2014 04:09:07 +0000 (23:09 -0500)
lib/sqlalchemy/dialects/sqlite/base.py

index 70caef1e42bcd238c40de7adceee0419f4b20dce..90df9c1928b70900c48cba1ebe9332220e15df70 100644 (file)
@@ -164,7 +164,7 @@ lookup is used instead:
 * :class:`~.types.INTEGER` is returned if the type name includes the
   string ``INT``
 * :class:`~.types.TEXT` is returned if the type name includes the
-  :string ``CHAR``, ``CLOB`` or ``TEXT``
+  string ``CHAR``, ``CLOB`` or ``TEXT``
 * :class:`~.types.NullType` is returned if the type name includes the
   string ``BLOB``
 * :class:`~.types.REAL` is returned if the type name includes the string