summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-02-19 23:09:07 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2014-02-19 23:09:07 -0500
commit5c88f38c7259780e9acc18cc8752110b1d369c23 (patch)
tree196590da86588763f41a13e3dd537c11b6f65fb3
parent5634a3f104de858a3eaf2115ad89ca8246e345a8 (diff)
downloadsqlalchemy-5c88f38c7259780e9acc18cc8752110b1d369c23.tar.gz
fix typorel_0_9_3
-rw-r--r--lib/sqlalchemy/dialects/sqlite/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/dialects/sqlite/base.py b/lib/sqlalchemy/dialects/sqlite/base.py
index 70caef1e4..90df9c192 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