0
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-10-28 09:57:13 -04:00

Fixes to plugin API docs

This commit is contained in:
James Booth
2016-07-30 23:23:20 +01:00
parent 49a213b382
commit 30e96b2d0f
3 changed files with 8 additions and 10 deletions

View File

@@ -172,7 +172,6 @@ def completer_clear(key):
"""Remove all values from autocompletion for a command, or command argument.
:param key: the prefix from which to clear the autocompletion items
:param items: the items to remove
Examples:
::