Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Lib/xml/sax/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ def startDTD(self, name, public_id, system_id):

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):
Expand Down