diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-09-18 02:26:39 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-09-18 02:26:39 (GMT) |
commit | b64bec3ec078d66a34175b9dec55eaac5c821b46 (patch) | |
tree | 2b9660e0ad789f4cf73d9c4fa5d69d5f252c238e /Lib/HTMLParser.py | |
parent | a86f0c17a1385c07710d894b93a1c13159c0b57f (diff) | |
download | cpython-b64bec3ec078d66a34175b9dec55eaac5c821b46.zip cpython-b64bec3ec078d66a34175b9dec55eaac5c821b46.tar.gz cpython-b64bec3ec078d66a34175b9dec55eaac5c821b46.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/HTMLParser.py')
-rw-r--r-- | Lib/HTMLParser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/HTMLParser.py b/Lib/HTMLParser.py index df8383e..f54e3d6 100644 --- a/Lib/HTMLParser.py +++ b/Lib/HTMLParser.py @@ -439,7 +439,7 @@ class HTMLParser: if c == '>': # all done return j + 1 - + def parse_doctype_notation(self, i, declstartpos): name, j = self.scan_name(i, declstartpos) if j < 0: |