From 73fe0f7024e8f46e051a5cd05c84614c942b5d83 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Sat, 14 May 2022 02:41:06 -0400 Subject: mend --- python/bncompleter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/bncompleter.py b/python/bncompleter.py index ef56fd3e..9a33659b 100644 --- a/python/bncompleter.py +++ b/python/bncompleter.py @@ -1,4 +1,4 @@ -sss This file is a modified version of rlcompleter.py from the Python +""" This file is a modified version of rlcompleter.py from the Python project under the Python Software Foundation License 2: https://github.com/python/cpython/blob/master/Lib/rlcompleter.py https://github.com/python/cpython/blob/master/LICENSE -- cgit v1.3.1