Skip to content

Commit 6c38c04

Browse files
kristjanvalurakx
andcommitted
Update redis/asyncio/connection.py
Co-authored-by: Aarni Koskela <akx@iki.fi>
1 parent 6687885 commit 6c38c04

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
@@ -847,7 +847,7 @@ async def disconnect(self, nowait: bool = False) -> None:
847847
if os.getpid() == self.pid:
848848
self._writer.close() # type: ignore[union-attr]
849849
# wait for close to finish, except when handling errors and
850-
# forcecully disconnecting.
850+
# forcefully disconnecting.
851851
if not nowait:
852852
await self._writer.wait_closed() # type: ignore[union-attr]
853853
except OSError:

0 commit comments

Comments
 (0)