Skip to content

Commit ab674fd

Browse files
committed
Fixing a typo in a comment
1 parent ec979f0 commit ab674fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1542,7 +1542,7 @@ def release(self, connection: "Connection") -> None:
15421542
else:
15431543
# Pool doesn't own this connection, do not add it back
15441544
# to the pool.
1545-
# The created connections count shouls not be changed,
1545+
# The created connections count should not be changed,
15461546
# because the connection was not created by the pool.
15471547
connection.disconnect()
15481548
return

0 commit comments

Comments
 (0)