[Python-checkins] cpython: fix whitespace woes

eli.bendersky python-checkins at python.org
Tue Jul 17 14:10:22 CEST 2012


http://hg.python.org/cpython/rev/63ba0c32b81a
changeset:   78157:63ba0c32b81a
user:        Eli Bendersky <eliben at gmail.com>
date:        Tue Jul 17 15:09:56 2012 +0300
summary:
  fix whitespace woes

files:
  Lib/xml/etree/ElementTree.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/xml/etree/ElementTree.py b/Lib/xml/etree/ElementTree.py
--- a/Lib/xml/etree/ElementTree.py
+++ b/Lib/xml/etree/ElementTree.py
@@ -1189,7 +1189,7 @@
     """
     def __init__(self, lst):
         self.lst = lst
-        
+
     def writable(self):
         return True
 

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


More information about the Python-checkins mailing list