Skip to content

Commit b55d266

Browse files
committed
fix typo
1 parent 4b394a6 commit b55d266

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
@@ -801,7 +801,7 @@ async def close(self) -> None:
801801

802802
@deprecated_function(version="5.0.0", reason="Use aclose() instead", name="reset")
803803
async def reset(self) -> None:
804-
"""alias for aclose(), for backwards compatibility"""
804+
"""Alias for aclose(), for backwards compatibility"""
805805
await self.aclose()
806806

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

0 commit comments

Comments
 (0)