string changes

This commit is contained in:
Kovid Goyal 2023-01-24 20:59:58 +05:30
parent 5ed5b3f487
commit f56708d11b
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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