From: Mike Bayer Date: Thu, 20 Feb 2014 04:09:07 +0000 (-0500) Subject: fix typo X-Git-Tag: rel_0_9_3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5c88f38c7259780e9acc18cc8752110b1d369c23;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix typo --- diff --git a/lib/sqlalchemy/dialects/sqlite/base.py b/lib/sqlalchemy/dialects/sqlite/base.py index 70caef1e42..90df9c1928 100644 --- a/lib/sqlalchemy/dialects/sqlite/base.py +++ b/lib/sqlalchemy/dialects/sqlite/base.py @@ -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