summaryrefslogtreecommitdiffstats
path: root/iredis/redis_grammar.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-25 20:03:22 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-25 20:03:22 +0000
commita320eb8cc0ffd385a276d5fe923cec930e64dc66 (patch)
tree3d0c068aac41bcdca6bed8deaca8feeb1cfe3a09 /iredis/redis_grammar.py
parentAdding upstream version 1.10.0. (diff)
downloadiredis-5a6057c0e9d9c5bb8aa757390edb8b2d220b240f.tar.xz
iredis-5a6057c0e9d9c5bb8aa757390edb8b2d220b240f.zip
Adding upstream version 1.11.0.upstream/1.11.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'iredis/redis_grammar.py')
-rw-r--r--iredis/redis_grammar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iredis/redis_grammar.py b/iredis/redis_grammar.py
index e680839..692edc6 100644
--- a/iredis/redis_grammar.py
+++ b/iredis/redis_grammar.py
@@ -622,7 +622,7 @@ def get_command_grammar(command):
syntax = GRAMMAR.get(syntax_name)
# If a command is not supported yet, (e.g. command from latest version added
- # by Redis recently, or command from third Redis module.) return a defualt
+ # by Redis recently, or command from third Redis module.) return a default
# grammar, so the lexer and completion won't be activated.
if syntax is None:
return command_grammar