diff options
author | Chayim <chayim@users.noreply.github.com> | 2021-12-30 12:52:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-30 12:52:11 +0200 |
commit | bc3dbb45d7236f96d614c33684a94f3e0fd9ac4a (patch) | |
tree | 5da61d39c34e3ad558be7c78c9f54c185084968e /redis/sentinel.py | |
parent | deaaa536568e50b6ce958de0dd6306392e98f13e (diff) | |
download | redis-py-bc3dbb45d7236f96d614c33684a94f3e0fd9ac4a.tar.gz |
Documentation cleanup (#1841)
Diffstat (limited to 'redis/sentinel.py')
-rw-r--r-- | redis/sentinel.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redis/sentinel.py b/redis/sentinel.py index c9383d3..025ab39 100644 --- a/redis/sentinel.py +++ b/redis/sentinel.py @@ -190,7 +190,7 @@ class Sentinel(SentinelCommands): """ Execute Sentinel command in sentinel nodes. once - If set to True, then execute the resulting command on a single - node at random, rather than across the entire sentinel cluster. + node at random, rather than across the entire sentinel cluster. """ once = bool(kwargs.get("once", False)) if "once" in kwargs.keys(): |