Skip to content

Commit

Permalink
Fix grammer in BlockingConnectionPool class documentation (#3120)
Browse files Browse the repository at this point in the history
Co-authored-by: ahmedabdou14 <root@xps>
  • Loading branch information
2 people authored and dvora-h committed Feb 25, 2024
1 parent 8e5020e commit 3f23fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis/asyncio/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,7 @@ class BlockingConnectionPool(ConnectionPool):
connection from the pool when all of connections are in use, rather than
raising a :py:class:`~redis.ConnectionError` (as the default
:py:class:`~redis.asyncio.ConnectionPool` implementation does), it
makes blocks the current `Task` for a specified number of seconds until
blocks the current `Task` for a specified number of seconds until
a connection becomes available.
Use ``max_connections`` to increase / decrease the pool size::
Expand Down

0 comments on commit 3f23fff

Please sign in to comment.