Skip to content

Commit dd1157d

Browse files
authored
Update sentinel.py (#2045)
Fixed a typo in word 'sentinel'
1 parent a6a003c commit dd1157d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/commands/sentinel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
class SentinelCommands:
55
"""
6-
A class containing the commands specific to redis sentinal. This class is
6+
A class containing the commands specific to redis sentinel. This class is
77
to be used as a mixin.
88
"""
99

0 commit comments

Comments
 (0)