]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Corrected docstring for Pool class to show that the default value for use_threadlocal...
authorMichael Trier <mtrier@gmail.com>
Wed, 2 Jul 2008 15:37:02 +0000 (15:37 +0000)
committerMichael Trier <mtrier@gmail.com>
Wed, 2 Jul 2008 15:37:02 +0000 (15:37 +0000)
lib/sqlalchemy/pool.py

index a94cd28f38ccd516f654b17f3a407394a4b461ca..6cc05b2870cd886433f21a9d0e5da7f7c5f559a2 100644 (file)
@@ -97,7 +97,7 @@ class Pool(object):
       that connection, to call other functions which also ask the pool
       for a connection of the same arguments; those functions will act
       upon the same connection that the calling method is using.
-      Defaults to True.
+      Defaults to False.
 
     recycle
       If set to non -1, a number of seconds between connection