Skip to content

Commit

Permalink
Generate translations ans fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vallbull committed Dec 1, 2023
1 parent 058d091 commit cb266aa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ async def _sscan_iter_str(self) -> AsyncIterator:

def sscan_iter(self) -> AsyncIterator:
"""
Note: according to redis yadocs (https://redis.io/commands/scan/#scan-guarantees),
Note: according to redis docs (https://redis.io/commands/scan/#scan-guarantees),
may return some entries more than once, the client should handle this behaviour on its side.
"""

Expand Down

0 comments on commit cb266aa

Please sign in to comment.