typos fixed by Rob Hooft

This commit is contained in:
Jeremy Hylton 2000-06-28 14:48:01 +00:00
parent 7c014684c2
commit a05e293a21
32 changed files with 41 additions and 41 deletions

View file

@ -79,7 +79,7 @@ xmlns = re.compile('xmlns(?::(?P<ncname>'+_NCName+'))?$')
# special names to handle tags: start_foo and end_foo to handle <foo>
# and </foo>, respectively. The data between tags is passed to the
# parser by calling self.handle_data() with some data as argument (the
# data may be split up in arbutrary chunks).
# data may be split up in arbitrary chunks).
class XMLParser:
attributes = {} # default, to be overridden