diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2000-06-28 14:48:01 +0000 |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2000-06-28 14:48:01 +0000 |
commit | a05e293a219f0fbaf4301fa7a292b9578a523675 (patch) | |
tree | f5ed23b622ef5ba098ca41b890f95aa8caeb43ca /Lib/sgmllib.py | |
parent | 7c014684c27ad646107b9f17882f43e7bd96f252 (diff) | |
download | cpython-git-a05e293a219f0fbaf4301fa7a292b9578a523675.tar.gz |
typos fixed by Rob Hooft
Diffstat (limited to 'Lib/sgmllib.py')
-rw-r--r-- | Lib/sgmllib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/sgmllib.py b/Lib/sgmllib.py index a620a7deb5..8be7d55bf6 100644 --- a/Lib/sgmllib.py +++ b/Lib/sgmllib.py @@ -47,7 +47,7 @@ attrfind = re.compile( # <foo> and </foo>, respectively, or do_foo to handle <foo> by itself. # (Tags are converted to lower case for this purpose.) 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 +# with some data as argument (the data may be split up in arbitrary # chunks). Entity references are passed by calling # self.handle_entityref() with the entity reference as argument. |