summaryrefslogtreecommitdiffstats
path: root/Lib/xml/sax
diff options
context:
space:
mode:
authorXie Yanbo <xieyanbo@gmail.com>2024-08-12 04:16:41 (GMT)
committerGitHub <noreply@github.com>2024-08-12 04:16:41 (GMT)
commit253c6a0b2f88b3327b7113860b99d665346fe43c (patch)
treeb7607792341c71e620151c1c9e4ad8ec6a7dbda5 /Lib/xml/sax
parent9375b9ca3a4998678ba74ff5c77ed540a4dcf887 (diff)
downloadcpython-253c6a0b2f88b3327b7113860b99d665346fe43c.zip
cpython-253c6a0b2f88b3327b7113860b99d665346fe43c.tar.gz
cpython-253c6a0b2f88b3327b7113860b99d665346fe43c.tar.bz2
Fix typos in comments and test code (#122846)
Diffstat (limited to 'Lib/xml/sax')
-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):