]> granicus.if.org Git - python/commitdiff
Typo (mine): Garsholm --> Garshol
authorFred Drake <fdrake@acm.org>
Sun, 2 Jul 2000 13:52:21 +0000 (13:52 +0000)
committerFred Drake <fdrake@acm.org>
Sun, 2 Jul 2000 13:52:21 +0000 (13:52 +0000)
Noted by Rob Hooft <rob@hooft.net>.

Lib/xml/__init__.py

index 7daa4ea8efc1cb4dda1e51793b32c94719c5ac57..02a83419b9b1e2adc50f0031046b543cdab648f9 100644 (file)
@@ -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.
 """