From 0f75c185b716e618df876a1569c558af2e248a16 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 18 Dec 2022 07:26:13 +0530 Subject: [PATCH] Make the execrable epubcheck happy --- src/calibre/gui2/tweak_book/editor/text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/tweak_book/editor/text.py b/src/calibre/gui2/tweak_book/editor/text.py index dcf4aa389a..74584c139d 100644 --- a/src/calibre/gui2/tweak_book/editor/text.py +++ b/src/calibre/gui2/tweak_book/editor/text.py @@ -865,7 +865,7 @@ class TextEdit(PlainTextEdit): 'bold': ('', ''), 'italic': ('', ''), 'underline': ('', ''), - 'strikethrough': ('', ''), + 'strikethrough': ('', ''), 'superscript': ('', ''), 'subscript': ('', ''), 'color': ('' % color, ''),