string changes

This commit is contained in:
Kovid Goyal 2022-07-07 07:33:30 +05:30
parent 1eec089faf
commit 3ad1eb0e46
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@ calibre's plugin loading system defines a couple of built-in functions that allo
in the ZIP file the corresponding QIcon will be null. In order to in the ZIP file the corresponding QIcon will be null. In order to
support icon theme-ing, pass in the human friendly name of your plugin support icon theme-ing, pass in the human friendly name of your plugin
as ``plugin_name``. If the user is using an icon theme with icons for as ``plugin_name``. If the user is using an icon theme with icons for
you plugin, they will be loaded preferentially. your plugin, they will be loaded preferentially.
Enabling user configuration of your plugin Enabling user configuration of your plugin

View File

@ -61,7 +61,7 @@ class StorePlugin: # {{{
def create_browser(self): def create_browser(self):
''' '''
If the server requires special headers, such as a particular user agent If the server requires special headers, such as a particular user agent
or a referrer, then implement this method in you plugin to return a or a referrer, then implement this method in your plugin to return a
customized browser instance. See the Gutenberg plugin for an example. customized browser instance. See the Gutenberg plugin for an example.
Note that if you implement the open() method in your plugin and use the Note that if you implement the open() method in your plugin and use the