[Python-checkins] cpython: Fix whitespace

antoine.pitrou python-checkins at python.org
Wed Jul 31 23:15:47 CEST 2013


http://hg.python.org/cpython/rev/809a64ecd5f1
changeset:   84937:809a64ecd5f1
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Wed Jul 31 23:15:37 2013 +0200
summary:
  Fix whitespace

files:
  Lib/rlcompleter.py |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Lib/rlcompleter.py b/Lib/rlcompleter.py
--- a/Lib/rlcompleter.py
+++ b/Lib/rlcompleter.py
@@ -163,4 +163,3 @@
     # contents are quasi-immortal, and the completer function holds a
     # reference to globals).
     atexit.register(lambda: readline.set_completer(None))
-

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list