diff options
author | James Booth <boothj5@gmail.com> | 2016-07-30 23:23:20 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-07-30 23:23:20 +0100 |
commit | 30e96b2d0f6cbda9065220b76dba0f6e90d59ef9 (patch) | |
tree | a9940cd1bc76a6bea19973b33f3530d2947e37c3 /apidocs/python | |
parent | 49a213b38248757a3dccf84b91348081fb676eb5 (diff) | |
download | profani-tty-30e96b2d0f6cbda9065220b76dba0f6e90d59ef9.tar.gz |
Fixes to plugin API docs
Diffstat (limited to 'apidocs/python')
-rw-r--r-- | apidocs/python/src/prof.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apidocs/python/src/prof.py b/apidocs/python/src/prof.py index 247fd587..e0dbdd0d 100644 --- a/apidocs/python/src/prof.py +++ b/apidocs/python/src/prof.py @@ -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: :: |