diff --git a/src/calibre/customize/__init__.py b/src/calibre/customize/__init__.py index f67e0d3f92..91160af390 100644 --- a/src/calibre/customize/__init__.py +++ b/src/calibre/customize/__init__.py @@ -213,7 +213,7 @@ class Plugin(object): # {{{ :param names: List of paths to resources in the zip file using / as separator - :return: A dictionary of the form ``{name : file_contents}``. Any names + :return: A dictionary of the form ``{name: file_contents}``. Any names that were not found in the zip file will not be present in the dictionary.