From 9507713ae3e28d02636d2b148c27d24c3fde6386 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 8 May 2023 16:51:57 +0530 Subject: [PATCH] ... --- src/calibre/customize/conversion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/customize/conversion.py b/src/calibre/customize/conversion.py index 05dc02404a..aa2dd48b9e 100644 --- a/src/calibre/customize/conversion.py +++ b/src/calibre/customize/conversion.py @@ -350,7 +350,7 @@ class OutputFormatPlugin(Plugin): def specialize_css_for_output(self, log, opts, item, stylizer): ''' - Can be used to make changes to the css during the CSS flattening + Can be used to make changes to the CSS during the CSS flattening process. :param item: The item (HTML file) being processed