Browse Source

Fix whitespace

pull/224/head
Antoine Pitrou 13 years ago
parent
commit
a4617cdac9
  1. 1
      Lib/rlcompleter.py

1
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))
Loading…
Cancel
Save