From: Antoine Pitrou Date: Wed, 31 Jul 2013 21:15:37 +0000 (+0200) Subject: Fix whitespace X-Git-Tag: v3.4.0a1~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a4617cdac93dfaef230c8a5025d73d86a55b7ab7;p=python Fix whitespace --- diff --git a/Lib/rlcompleter.py b/Lib/rlcompleter.py index 8775730b4f..7c7553ee78 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)) -