diff --git a/src/calibre/ebooks/oeb/stylizer.py b/src/calibre/ebooks/oeb/stylizer.py index 67b92b5b5a..911e4f8a05 100644 --- a/src/calibre/ebooks/oeb/stylizer.py +++ b/src/calibre/ebooks/oeb/stylizer.py @@ -539,7 +539,7 @@ class Style(object): ''' Return the background color by parsing both the background-color and background shortcut properties. Note that inheritance/default values - are not used. + are not used. None is returned if no background color is set. ''' def validate_color(col):