Skip to content

Commit f8a2c7e

Browse files
ahmedabdou14ahmedabdou14
authored andcommittedSep 27, 2024
Fix grammer in BlockingConnectionPool class documentation (#3120)
Co-authored-by: ahmedabdou14 <root@xps>
1 parent 4b27035 commit f8a2c7e

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

0 commit comments

Comments
 (0)