From b64bec3ec078d66a34175b9dec55eaac5c821b46 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Tue, 18 Sep 2001 02:26:39 +0000 Subject: Whitespace normalization. --- Lib/HTMLParser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/HTMLParser.py') diff --git a/Lib/HTMLParser.py b/Lib/HTMLParser.py index df8383ecb17..f54e3d6196b 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: -- cgit v1.2.3