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/style.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iredis/style.py') diff --git a/iredis/style.py b/iredis/style.py index 9fd6eb6..7262072 100644 --- a/iredis/style.py +++ b/iredis/style.py @@ -39,9 +39,9 @@ GROUP = { "group.server": "#E6DB74", "group.set": "#E6DB74", "group.sortedset": "#E6DB74", - "group.stram": "#E6DB74", + "group.stream": "#E6DB74", "group.string": "#E6DB74", - "group.transections": "#E6DB74", + "group.transactions": "#E6DB74", } -- cgit v1.2.3