commit | b64bec3ec078d66a34175b9dec55eaac5c821b46 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Tue Sep 18 02:26:39 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Tue Sep 18 02:26:39 2001 +0000 |
tree | 2b9660e0ad789f4cf73d9c4fa5d69d5f252c238e | |
parent | a86f0c17a1385c07710d894b93a1c13159c0b57f [diff] [blame] |
Whitespace normalization.
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 @@ if c == '>': # all done return j + 1 - + def parse_doctype_notation(self, i, declstartpos): name, j = self.scan_name(i, declstartpos) if j < 0: