From 19d43eb8ac0a91386db0b5b8a033e8076d469517 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 6 Nov 2014 09:19:21 +0530 Subject: [PATCH] Fix #1389942 [Little typo?](https://bugs.launchpad.net/calibre/+bug/1389942) --- src/calibre/customize/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.