]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-127502: Fix typo in XML security notes (#139335)
authorSebastian Pipping <sebastian@pipping.org>
Fri, 26 Sep 2025 09:59:08 +0000 (11:59 +0200)
committerGitHub <noreply@github.com>
Fri, 26 Sep 2025 09:59:08 +0000 (11:59 +0200)
Doc/library/xml.rst

index 28465219a1ac1802bf740921cbc52f5bd3bdf79d..3f74557347440515f387b910544f0ff21f1090b1 100644 (file)
@@ -55,7 +55,7 @@ An attacker can abuse XML features to carry out denial of service attacks,
 access local files, generate network connections to other machines, or
 circumvent firewalls.
 
-Expat versions lower that 2.6.0 may be vulnerable to "billion laughs",
+Expat versions lower than 2.6.0 may be vulnerable to "billion laughs",
 "quadratic blowup" and "large tokens". Python may be vulnerable if it uses such
 older versions of Expat as a system-provided library.
 Check :const:`!pyexpat.EXPAT_VERSION`.