summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-07-02 13:52:21 (GMT)
committerFred Drake <fdrake@acm.org>2000-07-02 13:52:21 (GMT)
commitb19948b7fb96cfc2ed69bb58f2205d1399f1f9f5 (patch)
tree3a82acc4dc9bb13c173ac64bf149ab13fd3cb828
parent3562f1176403653ebfbef6275d449ad42d1b843a (diff)
downloadcpython-b19948b7fb96cfc2ed69bb58f2205d1399f1f9f5.zip
cpython-b19948b7fb96cfc2ed69bb58f2205d1399f1f9f5.tar.gz
cpython-b19948b7fb96cfc2ed69bb58f2205d1399f1f9f5.tar.bz2
Typo (mine): Garsholm --> Garshol
Noted by Rob Hooft <rob@hooft.net>.
-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 7daa4ea..02a8341 100644
--- a/Lib/xml/__init__.py
+++ b/Lib/xml/__init__.py
@@ -8,6 +8,6 @@ dom -- The W3C Document Object Model. This supports DOM Level 1 +
parser -- 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 Garsholm. This
+ Megginson and ported to Python by Lars Marius Garshol. This
supports the SAX 2 API.
"""