diff options
Diffstat (limited to 'redis/utils.py')
-rw-r--r-- | redis/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redis/utils.py b/redis/utils.py index 56fec49..9ab75f2 100644 --- a/redis/utils.py +++ b/redis/utils.py @@ -67,7 +67,7 @@ def merge_result(command, res): Merge all items in `res` into a list. This command is used when sending a command to multiple nodes - and they result from each node should be merged into a single list. + and the result from each node should be merged into a single list. res : 'dict' """ |