From: David Poggi Date: Tue, 23 Oct 2018 14:17:09 +0000 (-0400) Subject: re-word recycle parameter documentation X-Git-Tag: rel_1_3_0b1~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83864ffe634bb1e3e9e530fbe51c03a186799110;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git re-word recycle parameter documentation Change-Id: I80cabcd9fa3f3b45e5355bf6c774a8eee02e7f1b --- diff --git a/lib/sqlalchemy/pool/base.py b/lib/sqlalchemy/pool/base.py index 7c85433d54..442d3b64a5 100644 --- a/lib/sqlalchemy/pool/base.py +++ b/lib/sqlalchemy/pool/base.py @@ -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