summaryrefslogtreecommitdiff
path: root/redis/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'redis/client.py')
-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.
"""