diff --git a/redis/commands.py b/redis/commands.py index eb7cea54f6..d0bcec2cb8 100644 --- a/redis/commands.py +++ b/redis/commands.py @@ -49,7 +49,7 @@ def acl_cat(self, category=None): return self.execute_command('ACL CAT', *pieces) def acl_deluser(self, *username): - "Delete the ACL for the specified ``username``" + "Delete the ACL for the specified ``username``s" return self.execute_command('ACL DELUSER', *username) def acl_genpass(self, bits=None):