about summary refs log tree commit diff stats
path: root/apidocs/python/src/prof.py
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-07-30 23:23:20 +0100
committerJames Booth <boothj5@gmail.com>2016-07-30 23:23:20 +0100
commit30e96b2d0f6cbda9065220b76dba0f6e90d59ef9 (patch)
treea9940cd1bc76a6bea19973b33f3530d2947e37c3 /apidocs/python/src/prof.py
parent49a213b38248757a3dccf84b91348081fb676eb5 (diff)
downloadprofani-tty-30e96b2d0f6cbda9065220b76dba0f6e90d59ef9.tar.gz
Fixes to plugin API docs
Diffstat (limited to 'apidocs/python/src/prof.py')
-rw-r--r--apidocs/python/src/prof.py1
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:
     ::