From c106f3c89ce6597154e0194cb550f23729886c8d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 3 Mar 2017 18:11:37 +0530 Subject: [PATCH] ... --- manual/creating_plugins.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/creating_plugins.rst b/manual/creating_plugins.rst index 22f63eaf2b..7b70f81407 100644 --- a/manual/creating_plugins.rst +++ b/manual/creating_plugins.rst @@ -151,7 +151,7 @@ calibre's plugin loading system defines a couple of built-in functions that allo Enabling user configuration of your plugin ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -To allow users to configure your plugin, you must define three methods in your base plugin class, '**is_customizable**, **config_widget** and **save_settings** as shown below: +To allow users to configure your plugin, you must define three methods in your base plugin class, **is_customizable**, **config_widget** and **save_settings** as shown below: .. literalinclude:: plugin_examples/interface_demo/__init__.py :pyobject: InterfacePluginDemo.is_customizable