From 170b26687ed50d156b0829c585353412e850aca0 Mon Sep 17 00:00:00 2001 From: David Poggi Date: Tue, 23 Oct 2018 10:17:09 -0400 Subject: [PATCH] re-word recycle parameter documentation Change-Id: I80cabcd9fa3f3b45e5355bf6c774a8eee02e7f1b (cherry picked from commit 83864ffe634bb1e3e9e530fbe51c03a186799110) --- lib/sqlalchemy/pool.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/sqlalchemy/pool.py b/lib/sqlalchemy/pool.py index 311fce6f6e..db0378e65a 100644 --- a/lib/sqlalchemy/pool.py +++ b/lib/sqlalchemy/pool.py @@ -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 -- 2.47.2