Skip to content

Commit e9c2e45

Browse files
authored
Word was repeated in documentation (#1532)
Small typo in documentation
1 parent be26730 commit e9c2e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3322,7 +3322,7 @@ def hlen(self, name):
33223322
def hset(self, name, key=None, value=None, mapping=None):
33233323
"""
33243324
Set ``key`` to ``value`` within hash ``name``,
3325-
``mapping`` accepts a dict of key/value pairs that that will be
3325+
``mapping`` accepts a dict of key/value pairs that will be
33263326
added to hash ``name``.
33273327
Returns the number of fields that were added.
33283328
"""

0 commit comments

Comments
 (0)