diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-02-19 23:09:07 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-02-19 23:09:07 -0500 |
| commit | 5c88f38c7259780e9acc18cc8752110b1d369c23 (patch) | |
| tree | 196590da86588763f41a13e3dd537c11b6f65fb3 /lib/sqlalchemy/dialects/sqlite/base.py | |
| parent | 5634a3f104de858a3eaf2115ad89ca8246e345a8 (diff) | |
| download | sqlalchemy-5c88f38c7259780e9acc18cc8752110b1d369c23.tar.gz | |
fix typorel_0_9_3
Diffstat (limited to 'lib/sqlalchemy/dialects/sqlite/base.py')
| -rw-r--r-- | lib/sqlalchemy/dialects/sqlite/base.py | 2 |
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 |
