summaryrefslogtreecommitdiffstats
path: root/Lib/xml/__init__.py
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-10-23 18:09:50 (GMT)
committerFred Drake <fdrake@acm.org>2000-10-23 18:09:50 (GMT)
commit16f6329e6153c4b92f2175a5560e372a762befe6 (patch)
tree4d3c2f0bfe8e827ed07df59a538fa1d93bb2acb1 /Lib/xml/__init__.py
parent098b55ab4427aa546a06973cecd5e18080b546fd (diff)
downloadcpython-16f6329e6153c4b92f2175a5560e372a762befe6.zip
cpython-16f6329e6153c4b92f2175a5560e372a762befe6.tar.gz
cpython-16f6329e6153c4b92f2175a5560e372a762befe6.tar.bz2
Make reindent.py happy (lots of trailing whitespace removed).
Diffstat (limited to 'Lib/xml/__init__.py')
-rw-r--r--Lib/xml/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/xml/__init__.py b/Lib/xml/__init__.py
index 4302f8d..a38db2d 100644
--- a/Lib/xml/__init__.py
+++ b/Lib/xml/__init__.py
@@ -8,7 +8,7 @@ dom -- The W3C Document Object Model. This supports DOM Level 1 +
parsers -- Python wrappers for XML parsers (currently only supports Expat).
sax -- The Simple API for XML, developed by XML-Dev, led by David
- Megginson and ported to Python by Lars Marius Garshol. This
+ Megginson and ported to Python by Lars Marius Garshol. This
supports the SAX 2 API.
"""