From 668977aa6a04dbdfb1c4856dbf8577800505873e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 25 Jan 2022 21:03:28 +0100 Subject: Merging upstream version 1.11.0: - compatible with mistune 2.0 (Closes: #1003572). Signed-off-by: Daniel Baumann --- iredis/redis_grammar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iredis/redis_grammar.py') 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 -- cgit v1.2.3