Skip to content

Commit cbbade9

Browse files
Update docs for multiple usernames for ACL DELUSER (#1595)
1 parent 03a0c31 commit cbbade9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def acl_cat(self, category=None):
4949
return self.execute_command('ACL CAT', *pieces)
5050

5151
def acl_deluser(self, *username):
52-
"Delete the ACL for the specified ``username``"
52+
"Delete the ACL for the specified ``username``s"
5353
return self.execute_command('ACL DELUSER', *username)
5454

5555
def acl_genpass(self, bits=None):

0 commit comments

Comments
 (0)