From cbbade97be48422cce0b203270a8e39a9bc5f519 Mon Sep 17 00:00:00 2001 From: Andrew Chen Wang <60190294+Andrew-Chen-Wang@users.noreply.github.com> Date: Mon, 18 Oct 2021 04:09:34 -0400 Subject: Update docs for multiple usernames for ACL DELUSER (#1595) --- redis/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis/commands.py b/redis/commands.py index 9dad8a5..f20acfe 100644 --- a/redis/commands.py +++ b/redis/commands.py @@ -49,7 +49,7 @@ class Commands: 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): -- cgit v1.2.1