Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kristjanvalur committed Sep 13, 2023
1 parent c4c1957 commit c0a367f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis/asyncio/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ async def close(self) -> None:
await self.aclose()

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

async def on_connect(self, connection: Connection):
Expand Down

0 comments on commit c0a367f

Please sign in to comment.