Skip to content

Commit da9d903

Browse files
Fix typo (double "of" word) (#2314)
1 parent 01cc2b2 commit da9d903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The above code connects to localhost on port 6379, sets a value in Redis, and re
5252

5353
### Connection Pools
5454

55-
By default, redis-py uses a connection pool to manage connections. Each instance of of a Redis class receives its own connection pool. You can however define your own [redis.ConnectionPool](https://redis.readthedocs.io/en/stable/connections.html#connection-pools)
55+
By default, redis-py uses a connection pool to manage connections. Each instance of a Redis class receives its own connection pool. You can however define your own [redis.ConnectionPool](https://redis.readthedocs.io/en/stable/connections.html#connection-pools)
5656

5757
``` python
5858
>>> pool = redis.ConnectionPool(host='localhost', port=6379, db=0)

0 commit comments

Comments
 (0)