]> 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:03:14 +0000 (13:03 -0400)
Change-Id: I80cabcd9fa3f3b45e5355bf6c774a8eee02e7f1b
(cherry picked from commit 83864ffe634bb1e3e9e530fbe51c03a186799110)

lib/sqlalchemy/pool.py

index 311fce6f6e5a45916f179032a4aaa8898ca14862..db0378e65a5b5e108cb22542fedb12e4ec987945 100644 (file)
@@ -117,10 +117,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