From 4a7ee798509e51e21d441243202e30d8067f6144 Mon Sep 17 00:00:00 2001 From: Diana Clarke Date: Fri, 16 Mar 2012 19:55:29 -0400 Subject: [PATCH] typo --- lib/sqlalchemy/pool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. -- 2.47.2