summaryrefslogtreecommitdiff
path: root/Lib/test/test_xml_etree.py
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2013-01-10 06:07:00 -0800
committerEli Bendersky <eliben@gmail.com>2013-01-10 06:07:00 -0800
commit8d17d56548da02506c9d579a81104d814181fa43 (patch)
tree36a6fe95869dda92f40edd696f60920f38a762c9 /Lib/test/test_xml_etree.py
parent8723f0de7929518fa754e7728c20c6ccc56de50d (diff)
downloadcpython-8d17d56548da02506c9d579a81104d814181fa43.tar.gz
normalize whitespace
Diffstat (limited to 'Lib/test/test_xml_etree.py')
-rw-r--r--Lib/test/test_xml_etree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_xml_etree.py b/Lib/test/test_xml_etree.py
index c88700e2c6..9746934b79 100644
--- a/Lib/test/test_xml_etree.py
+++ b/Lib/test/test_xml_etree.py
@@ -27,7 +27,7 @@ from test import support
from test.support import TESTFN, findfile, unlink, import_fresh_module, gc_collect
# pyET is the pure-Python implementation.
-#
+#
# ET is pyET in test_xml_etree and is the C accelerated version in
# test_xml_etree_c.
pyET = None