summaryrefslogtreecommitdiff
path: root/python/bncompleter.py
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2019-09-26 18:02:50 -0400
committerJordan Wiens <jordan@psifertex.com>2019-09-26 18:02:50 -0400
commitc00e2e304e548ab03a69e81ce46e76772adc0ccd (patch)
tree5c628b8e61760951bcbbf78e1280a5746823f4a8 /python/bncompleter.py
parentd3ea4e78e70dbab7c813f52f7a7f164465474a02 (diff)
more small documentation fixes
Diffstat (limited to 'python/bncompleter.py')
-rw-r--r--python/bncompleter.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/bncompleter.py b/python/bncompleter.py
index 74d18631..9cb7d14f 100644
--- a/python/bncompleter.py
+++ b/python/bncompleter.py
@@ -6,7 +6,9 @@ https://github.com/python/cpython/blob/master/LICENSE
The only changes made were to modify the regular expression in attr_matches
and all code that relied on GNU readline (the later more for readability as
it wasn't required).
+
--------------
+
Word completion for GNU readline.
The completer completes keywords, built-ins and globals in a selectable