Skip to content

Commit c60906c

Browse files
committed
spelling: otherwise,
Signed-off-by: Josh Soref <[email protected]>
1 parent 8df3c8a commit c60906c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

valkey/asyncio/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@ async def disconnect(self, inuse_connections: bool = True):
11361136
Disconnects connections in the pool
11371137
11381138
If ``inuse_connections`` is True, disconnect connections that are
1139-
current in use, potentially by other tasks. Otherwise only disconnect
1139+
current in use, potentially by other tasks. Otherwise, only disconnect
11401140
connections that are idle in the pool.
11411141
"""
11421142
if inuse_connections:

valkey/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1191,7 +1191,7 @@ def disconnect(self, inuse_connections: bool = True) -> None:
11911191
Disconnects connections in the pool
11921192
11931193
If ``inuse_connections`` is True, disconnect connections that are
1194-
current in use, potentially by other threads. Otherwise only disconnect
1194+
current in use, potentially by other threads. Otherwise, only disconnect
11951195
connections that are idle in the pool.
11961196
"""
11971197
self._checkpid()

0 commit comments

Comments
 (0)