From 253c6a0b2f88b3327b7113860b99d665346fe43c Mon Sep 17 00:00:00 2001 From: Xie Yanbo Date: Mon, 12 Aug 2024 12:16:41 +0800 Subject: Fix typos in comments and test code (#122846) --- Lib/xml/sax/handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/xml/sax/handler.py') diff --git a/Lib/xml/sax/handler.py b/Lib/xml/sax/handler.py index e8d417e5194..3183c3fe96d 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): -- cgit v1.2.3