Skip to content

Commit

Permalink
Fix grammer in BlockingConnectionPool class documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedabdou14 committed Jan 19, 2024
1 parent 0a82496 commit 79a0932
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 @@ -1280,7 +1280,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 79a0932

Please # to comment.