diff options
| author | Diana Clarke <diana.joan.clarke@gmail.com> | 2012-03-16 19:55:29 -0400 |
|---|---|---|
| committer | Diana Clarke <diana.joan.clarke@gmail.com> | 2012-03-16 19:55:29 -0400 |
| commit | 4a7ee798509e51e21d441243202e30d8067f6144 (patch) | |
| tree | 6e04cf996c29dc47dd4c9e610dad6e181983484c /lib/sqlalchemy/pool.py | |
| parent | 46eae846b7595329f2426e615425f6a84d169ee8 (diff) | |
| download | sqlalchemy-4a7ee798509e51e21d441243202e30d8067f6144.tar.gz | |
typo
Diffstat (limited to 'lib/sqlalchemy/pool.py')
| -rw-r--r-- | lib/sqlalchemy/pool.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/pool.py b/lib/sqlalchemy/pool.py index 6254a4ba1..fdb488920 100644 --- a/lib/sqlalchemy/pool.py +++ b/lib/sqlalchemy/pool.py @@ -784,7 +784,7 @@ class NullPool(Pool): invalidation are not supported by this Pool implementation, since no connections are held persistently. - :class:`.NullPool` is used by the SQlite dilalect automatically + :class:`.NullPool` is used by the SQlite dialect automatically when a file-based database is used (as of SQLAlchemy 0.7). See :ref:`sqlite_toplevel`. |
