From ea12f4ccce12497628da06b96e2027769baeee8d Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Wed, 1 May 2013 18:44:14 +0200 Subject: Document the new event --- src/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/plugin.py b/src/plugin.py index 9687c1d2..d25192b3 100644 --- a/src/plugin.py +++ b/src/plugin.py @@ -318,7 +318,7 @@ class PluginAPI(object): Defaults to 0. A complete list of those events can be found at - http://poezio.eu/doc/en/plugins.html#events-list + http://poezio.eu/doc/en/dev/events.html """ return self.plugin_manager.add_event_handler(module, *args, **kwargs) -- cgit v1.2.3