summaryrefslogtreecommitdiff
path: root/redis/commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'redis/commands.py')
-rw-r--r--redis/commands.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/redis/commands.py b/redis/commands.py
index ee883bc..2eb3d10 100644
--- a/redis/commands.py
+++ b/redis/commands.py
@@ -310,10 +310,10 @@ class Commands:
'master', 'slave' or 'pubsub'
:param addr: Kills a client by its 'address:port'
:param skipme: If True, then the client calling the command
- :param laddr: Kills a client by its 'local (bind) address:port'
- :param user: Kills a client for a specific user name
will not get killed even if it is identified by one of the filter
options. If skipme is not provided, the server defaults to skipme=True
+ :param laddr: Kills a client by its 'local (bind) address:port'
+ :param user: Kills a client for a specific user name
"""
args = []
if _type is not None: