summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Herlin <Jonte@jherlin.se>2021-07-30 07:27:03 +0200
committerGitHub <noreply@github.com>2021-07-30 08:27:03 +0300
commite9c2e4574a06f240dc528d5ac20cdbeb5eb6564d (patch)
treea8161de0e5f2bccadf9fabe91ce4b9207e9e571b
parentbe26730e8136e6a27f397491d44fa723449023db (diff)
downloadredis-py-e9c2e4574a06f240dc528d5ac20cdbeb5eb6564d.tar.gz
Word was repeated in documentation (#1532)
Small typo in documentation
-rwxr-xr-xredis/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis/client.py b/redis/client.py
index a3da1c4..4ab1b1e 100755
--- a/redis/client.py
+++ b/redis/client.py
@@ -3322,7 +3322,7 @@ class Redis:
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.
"""