Skip to content

Commit 3f23fff

Browse files
ahmedabdou14ahmedabdou14
authored andcommitted
Fix grammer in BlockingConnectionPool class documentation (#3120)
Co-authored-by: ahmedabdou14 <root@xps>
1 parent 8e5020e commit 3f23fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/asyncio/connection.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,7 @@ class BlockingConnectionPool(ConnectionPool):
11651165
connection from the pool when all of connections are in use, rather than
11661166
raising a :py:class:`~redis.ConnectionError` (as the default
11671167
:py:class:`~redis.asyncio.ConnectionPool` implementation does), it
1168-
makes blocks the current `Task` for a specified number of seconds until
1168+
blocks the current `Task` for a specified number of seconds until
11691169
a connection becomes available.
11701170
11711171
Use ``max_connections`` to increase / decrease the pool size::

0 commit comments

Comments
 (0)