Skip to content

Commit 6adea12

Browse files
kristjanvalurakx
andcommitted
Update redis/asyncio/connection.py
Co-authored-by: Aarni Koskela <[email protected]>
1 parent c2304d0 commit 6adea12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/asyncio/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ async def disconnect(self, nowait: bool = False) -> None:
849849
if os.getpid() == self.pid:
850850
self._writer.close() # type: ignore[union-attr]
851851
# wait for close to finish, except when handling errors and
852-
# forcecully disconnecting.
852+
# forcefully disconnecting.
853853
if not nowait:
854854
await self._writer.wait_closed() # type: ignore[union-attr]
855855
except OSError:

0 commit comments

Comments
 (0)