diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2022-05-14 02:41:06 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2022-05-14 02:41:06 -0400 |
| commit | 73fe0f7024e8f46e051a5cd05c84614c942b5d83 (patch) | |
| tree | aa74aa0433b9ff5d11386a13da6a537ec2b1cb9c /python | |
| parent | 3c1c40158da1e2af9aced53056ad4c3aaafc0913 (diff) | |
mend
Diffstat (limited to 'python')
| -rw-r--r-- | python/bncompleter.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
