Skip to content

Commit 1a7d474

Browse files
ahmedabdou14ahmedabdou14
and
ahmedabdou14
authored
Fix grammer in BlockingConnectionPool class documentation (#3120)
Co-authored-by: ahmedabdou14 <root@xps>
1 parent 70e2a13 commit 1a7d474

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
@@ -1280,7 +1280,7 @@ class BlockingConnectionPool(ConnectionPool):
12801280
connection from the pool when all of connections are in use, rather than
12811281
raising a :py:class:`~redis.ConnectionError` (as the default
12821282
:py:class:`~redis.asyncio.ConnectionPool` implementation does), it
1283-
makes blocks the current `Task` for a specified number of seconds until
1283+
blocks the current `Task` for a specified number of seconds until
12841284
a connection becomes available.
12851285
12861286
Use ``max_connections`` to increase / decrease the pool size::

0 commit comments

Comments
 (0)