Skip to content

Commit

Permalink
Word was repeated in documentation (#1532)
Browse files Browse the repository at this point in the history
Small typo in documentation
  • Loading branch information
Jonher937 authored Jul 30, 2021
1 parent be26730 commit e9c2e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -3322,7 +3322,7 @@ def hlen(self, name):
def hset(self, name, key=None, value=None, mapping=None):
"""
Set ``key`` to ``value`` within hash ``name``,
``mapping`` accepts a dict of key/value pairs that that will be
``mapping`` accepts a dict of key/value pairs that will be
added to hash ``name``.
Returns the number of fields that were added.
"""
Expand Down

0 comments on commit e9c2e45

Please sign in to comment.