From c00e2e304e548ab03a69e81ce46e76772adc0ccd Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 26 Sep 2019 18:02:50 -0400 Subject: more small documentation fixes --- python/bncompleter.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/bncompleter.py') 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 -- cgit v1.3.1