From f56708d11b8907fc5ba3a531c4fcc212b08a45a2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 24 Jan 2023 20:59:58 +0530 Subject: [PATCH] string changes --- manual/creating_plugins.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/creating_plugins.rst b/manual/creating_plugins.rst index 5033ef1127..419e612e5d 100644 --- a/manual/creating_plugins.rst +++ b/manual/creating_plugins.rst @@ -144,8 +144,8 @@ calibre's plugin loading system defines a couple of built-in functions that allo a forward slash as the path separator, even on Windows. When you pass in a single name, the function will return the raw bytes of that file or None if the name was not found in the ZIP file. If you pass in more - than one name then it returns a dict mapping the names to bytes. If a - name is not found, it will not be present in the returned dict. + than one name then it returns a dictionary mapping the names to bytes. If a + name is not found, it will not be present in the returned dictionary. **get_icons(name_or_list_of_names, plugin_name='')** A wrapper for get_resources() that creates QIcon objects