From 6dcd09d54cef790f4ae8b3584ddb0d602da84e0c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 18 Feb 2017 23:41:11 +0530 Subject: [PATCH] ... --- manual/plugins.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/plugins.rst b/manual/plugins.rst index de0c74c35f..cefb6ed9fa 100644 --- a/manual/plugins.rst +++ b/manual/plugins.rst @@ -154,7 +154,7 @@ The base class for such devices is :class:`calibre.devices.usbms.driver.USBMS`. User Interface Actions -------------------------- -If you are adding your own plugin in a zip file, you should subclass both InterfaceActionBase and InterfaceAction. The :meth:`load_actual_plugin` method of you InterfaceActionBase subclass must return an instantiated object of your InterfaceBase subclass. +If you are adding your own plugin in a zip file, you should subclass both InterfaceActionBase and InterfaceAction. The :meth:`load_actual_plugin` method of your InterfaceActionBase subclass must return an instantiated object of your InterfaceBase subclass. .. autoclass:: calibre.gui2.actions.InterfaceAction