mirror of
https://github.com/python/cpython.git
synced 2025-07-14 06:45:17 +00:00
Whitespace normalization.
This commit is contained in:
parent
a86f0c17a1
commit
b64bec3ec0
8 changed files with 18 additions and 21 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue