diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-07-31 23:15:37 +0200 |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-07-31 23:15:37 +0200 |
commit | a4617cdac93dfaef230c8a5025d73d86a55b7ab7 (patch) | |
tree | 5e61a68681326eececa3e967bbdc696dc56e60ec | |
parent | Issue #18214: Improve finalization of Python modules to avoid setting their g... (diff) | |
download | cpython-a4617cdac93dfaef230c8a5025d73d86a55b7ab7.tar.gz cpython-a4617cdac93dfaef230c8a5025d73d86a55b7ab7.tar.bz2 cpython-a4617cdac93dfaef230c8a5025d73d86a55b7ab7.zip |
Fix whitespace
-rw-r--r-- | Lib/rlcompleter.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/rlcompleter.py b/Lib/rlcompleter.py index 8775730b4fd..7c7553ee78a 100644 --- a/Lib/rlcompleter.py +++ b/Lib/rlcompleter.py @@ -163,4 +163,3 @@ else: # contents are quasi-immortal, and the completer function holds a # reference to globals). atexit.register(lambda: readline.set_completer(None)) - |