Skip to content

Commit

Permalink
Fix reference to coredis method in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Jan 9, 2023
1 parent 5bbd18c commit 2e244e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion limits/aio/storage/redis.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ async def get_expiry(self, key: str) -> int:

async def check(self) -> bool:
"""
Check if storage is healthy by calling :meth:`coredis.StrictRedis.ping`
Check if storage is healthy by calling :meth:`coredis.Redis.ping`
on the replica.
"""

Expand Down

0 comments on commit 2e244e4

Please sign in to comment.