From: Diana Clarke Date: Fri, 16 Mar 2012 23:55:29 +0000 (-0400) Subject: typo X-Git-Tag: rel_0_7_7~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a7ee798509e51e21d441243202e30d8067f6144;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git typo --- diff --git a/lib/sqlalchemy/pool.py b/lib/sqlalchemy/pool.py index 6254a4ba10..fdb4889201 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`.