]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
re-word recycle parameter documentation
authorDavid Poggi <drpoggi@users.noreply.github.com>
Tue, 23 Oct 2018 14:17:09 +0000 (10:17 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 30 Oct 2018 17:02:45 +0000 (13:02 -0400)
Change-Id: I80cabcd9fa3f3b45e5355bf6c774a8eee02e7f1b

lib/sqlalchemy/pool/base.py

index 7c85433d54b63bdf0c1436fbcf4738033c24c575..442d3b64a5406dcec16500265991f749feda2faa 100644 (file)
@@ -72,10 +72,10 @@ class Pool(log.Identified):
           connection object.  The function will be called with
           parameters.
 
-        :param recycle: If set to non -1, number of seconds between
-          connection recycling, which means upon checkout, if this
-          timeout is surpassed the connection will be closed and
-          replaced with a newly opened connection. Defaults to -1.
+        :param recycle: If set to a value other than -1, number of
+          seconds between connection recycling, which means upon
+          checkout, if this timeout is surpassed the connection will be
+          closed and replaced with a newly opened connection. Defaults to -1.
 
         :param logging_name:  String identifier which will be used within
           the "name" field of logging records generated within the