Skip to content

Commit c0a367f

Browse files
committed
fix typo
1 parent c4c1957 commit c0a367f

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
@@ -756,7 +756,7 @@ async def close(self) -> None:
756756
await self.aclose()
757757

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

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

0 commit comments

Comments
 (0)