mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Fix typos in comments and test code (#122846)
This commit is contained in:
parent
9375b9ca3a
commit
253c6a0b2f
18 changed files with 28 additions and 28 deletions
|
@ -371,7 +371,7 @@ class LexicalHandler:
|
|||
|
||||
name is the name of the document element type, public_id the
|
||||
public identifier of the DTD (or None if none were supplied)
|
||||
and system_id the system identfier of the external subset (or
|
||||
and system_id the system identifier of the external subset (or
|
||||
None if none were supplied)."""
|
||||
|
||||
def endDTD(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue