mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
typos fixed by Rob Hooft
This commit is contained in:
parent
7c014684c2
commit
a05e293a21
32 changed files with 41 additions and 41 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue