From b19948b7fb96cfc2ed69bb58f2205d1399f1f9f5 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Sun, 2 Jul 2000 13:52:21 +0000 Subject: Typo (mine): Garsholm --> Garshol Noted by Rob Hooft . --- Lib/xml/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """ -- cgit v0.12