Skip to content

Commit 3af70c2

Browse files
committed
fix typo
1 parent aacea95 commit 3af70c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/asyncio/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ async def close(self) -> None:
797797
await self.aclose()
798798

799799
async def reset(self) -> None:
800-
"""alias for aclose(), for backwards compatibility"""
800+
"""Alias for aclose(), for backwards compatibility"""
801801
await self.aclose()
802802

803803
async def on_connect(self, connection: Connection):

0 commit comments

Comments
 (0)