]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
typo
authorDiana Clarke <diana.joan.clarke@gmail.com>
Fri, 16 Mar 2012 23:55:29 +0000 (19:55 -0400)
committerDiana Clarke <diana.joan.clarke@gmail.com>
Fri, 16 Mar 2012 23:55:29 +0000 (19:55 -0400)
lib/sqlalchemy/pool.py

index 6254a4ba109006dcc17c1f3ff05ca2bd11fec32f..fdb4889201f27b6814794047ed80d837353bc32b 100644 (file)
@@ -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`.