summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-07-31 21:15:37 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-07-31 21:15:37 (GMT)
commita4617cdac93dfaef230c8a5025d73d86a55b7ab7 (patch)
tree5e61a68681326eececa3e967bbdc696dc56e60ec /Lib
parentdcedaf6e53fcba48aa8185d0dc27d832da2615aa (diff)
downloadcpython-a4617cdac93dfaef230c8a5025d73d86a55b7ab7.zip
cpython-a4617cdac93dfaef230c8a5025d73d86a55b7ab7.tar.gz
cpython-a4617cdac93dfaef230c8a5025d73d86a55b7ab7.tar.bz2
Fix whitespace
Diffstat (limited to 'Lib')
-rw-r--r--Lib/rlcompleter.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/rlcompleter.py b/Lib/rlcompleter.py
index 8775730..7c7553e 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))
-