summaryrefslogtreecommitdiffstats
path: root/Lib/xml/sax/handler.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/xml/sax/handler.py')
-rw-r--r--Lib/xml/sax/handler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/xml/sax/handler.py b/Lib/xml/sax/handler.py
index e8d417e..3183c3f 100644
--- a/Lib/xml/sax/handler.py
+++ b/Lib/xml/sax/handler.py
@@ -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):