From 34837c3cb591beb2e6e87ed8a1b6fd5b3fad2dbc Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 13 Jun 2012 19:18:28 +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 d38abfd341..5963f4a890 100644 --- a/manual/creating_plugins.rst +++ b/manual/creating_plugins.rst @@ -172,7 +172,7 @@ You can see the ``prefs`` object being used in main.py: :pyobject: DemoDialog.config -The different types of plugins +The plugin API -------------------------------- As you may have noticed above, a plugin in |app| is a class. There are different classes for the different types of plugins in |app|.