Skip to content

Commit

Permalink
Merge pull request #801 from PowerDNS/nit
Browse files Browse the repository at this point in the history
insert missing word
  • Loading branch information
andymccurdy committed Jan 29, 2017
2 parents 3f4ac6e + 9cf23c2 commit ba832c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redis/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -906,8 +906,8 @@ def __init__(self, connection_class=Connection, max_connections=None,
Create a connection pool. If max_connections is set, then this
object raises redis.ConnectionError when the pool's limit is reached.
By default, TCP connections are created connection_class is specified.
Use redis.UnixDomainSocketConnection for unix sockets.
By default, TCP connections are created unless connection_class is
specified. Use redis.UnixDomainSocketConnection for unix sockets.
Any additional keyword arguments are passed to the constructor of
connection_class.
Expand Down

0 comments on commit ba832c1

Please sign in to comment.