[Python-checkins] cpython (2.7): whitespace

terry.reedy python-checkins at python.org
Mon Jun 16 08:41:12 CEST 2014


http://hg.python.org/cpython/rev/2d5a9565ea7b
changeset:   91200:2d5a9565ea7b
branch:      2.7
parent:      91197:5063df721985
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Mon Jun 16 02:40:08 2014 -0400
summary:
  whitespace

files:
  Lib/idlelib/HyperParser.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/idlelib/HyperParser.py b/Lib/idlelib/HyperParser.py
--- a/Lib/idlelib/HyperParser.py
+++ b/Lib/idlelib/HyperParser.py
@@ -112,7 +112,7 @@
         If it is not surrounded by brackets, or the end of line comes
         before the closing bracket and mustclose is True, returns None.
         """
-        
+
         bracketinglevel = self.bracketing[self.indexbracket][1]
         before = self.indexbracket
         while (not self.isopener[before] or

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


More information about the Python-checkins mailing list