summaryrefslogtreecommitdiff
path: root/poezio/plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/plugin.py')
-rw-r--r--poezio/plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/plugin.py b/poezio/plugin.py
index 9260aa21..7e67d09c 100644
--- a/poezio/plugin.py
+++ b/poezio/plugin.py
@@ -334,7 +334,7 @@ class PluginAPI:
:param str event_name: The event name.
:param function handler: The handler function.
:param int position: The position of that handler in the handler list.
- This is useful for plugins like GPG or OTR, which must be the last
+ This is useful for plugins like OTR, which must be the last
function called on the text.
Defaults to 0.