[7.x] Fix typos in documentation

Co-authored-by: Seth Michael Larson <[email protected]>
This commit is contained in:
Pierre Grimaud
2021-05-25 07:48:43 -05:00
committed by Seth Michael Larson
co-authored by Seth Michael Larson
parent eba1c0d9dc
commit 305f894c1f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -246,7 +246,7 @@ class ConnectionPool(object):
instance.
It tries to resurrect eligible connections, forces a resurrection when
no connections are availible and passes the list of live connections to
no connections are available and passes the list of live connections to
the selector instance to choose from.
Returns a connection instance and it's current fail count.