Skip to content

Commit 3be7b1d

Browse files
committed
linters
1 parent c987e1a commit 3be7b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/commands/cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def cluster_delslotsrange(self, *slots):
271271
"""
272272
Similar to the CLUSTER DELSLOTS command.
273273
The difference is that CLUSTER DELSLOTS takes a list of hash slots to remove
274-
from the node, while CLUSTER DELSLOTSRANGE takes a list of slot ranges to remove
274+
from the node, while CLUSTER DELSLOTSRANGE takes a list of slot ranges to remove
275275
from the node.
276276
277277
For more information check https://redis.io/commands/cluster-delslotsrange

0 commit comments

Comments
 (0)