diff options
author | ondrej <ondrej.dolejsi@gmail.com> | 2022-03-14 12:47:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-14 13:47:10 +0200 |
commit | dd1157daf0c3be18848d1ff96fdad2a10feb1c82 (patch) | |
tree | 8c189f8ed927c88e04d1e6f9241b276750b70c72 /redis/commands | |
parent | a6a003c1b04635b5c40616faf451a09c5bc6372d (diff) | |
download | redis-py-dd1157daf0c3be18848d1ff96fdad2a10feb1c82.tar.gz |
Update sentinel.py (#2045)
Fixed a typo in word 'sentinel'
Diffstat (limited to 'redis/commands')
-rw-r--r-- | redis/commands/sentinel.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redis/commands/sentinel.py b/redis/commands/sentinel.py index e054ec6..f745757 100644 --- a/redis/commands/sentinel.py +++ b/redis/commands/sentinel.py @@ -3,7 +3,7 @@ import warnings class SentinelCommands: """ - A class containing the commands specific to redis sentinal. This class is + A class containing the commands specific to redis sentinel. This class is to be used as a mixin. """ |