Skip to content
This repository was archived by the owner on Feb 21, 2023. It is now read-only.

Commit dde66f3

Browse files
Word was repeated in documentation (redis/redis-py#1532) Signed-off-by: Andrew-Chen-Wang <[email protected]>
1 parent d323846 commit dde66f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aioredis/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3671,7 +3671,7 @@ def hset(
36713671
) -> Awaitable:
36723672
"""
36733673
Set ``key`` to ``value`` within hash ``name``,
3674-
``mapping`` accepts a dict of key/value pairs that that will be
3674+
``mapping`` accepts a dict of key/value pairs that will be
36753675
added to hash ``name``.
36763676
Returns the number of fields that were added.
36773677
"""

0 commit comments

Comments
 (0)