From a18cd2460ab7b3123402eb2eb10c42a0b73257de Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 20 Apr 2024 07:58:30 +0200 Subject: Merging upstream version 1.15.0. Signed-off-by: Daniel Baumann --- iredis/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iredis/commands.py') diff --git a/iredis/commands.py b/iredis/commands.py index 3580cdb..481fc74 100644 --- a/iredis/commands.py +++ b/iredis/commands.py @@ -115,7 +115,7 @@ def split_command_args(command): command = command.strip() for command_name in all_commands: - # for command that is paritaly input, like `command in`, we should + # for command that is partially input, like `command in`, we should # match with `command info`, otherwise, `command in` will result in # `command` with `args` is ('in') which is an invalid case. normalized_input_command = " ".join(command.split()).upper() -- cgit v1.2.3