Skip to content

Commit 31523ec

Browse files
committed
Use more active language
Original idea by @hedsnz with adjustments
1 parent 5d935bd commit 31523ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/xml.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ connections.
6565
Expat versions lower than 2.7.2 may be vulnerable to the "billion laughs",
6666
"quadratic blowup" and "large tokens" vulnerabilities, or to disproportional
6767
use of dynamic memory.
68-
Python bundles a copy of Expat, and whether the bundled or a system-wide Expat
69-
is being used by Python, depends on how the Python interpreter
68+
Python bundles a copy of Expat, and whether Python uses the bundled or a
69+
system-wide Expat, depends on how the Python interpreter
7070
:option:`has been configured <--with-system-expat>` in your environment.
7171
Python may be vulnerable if it uses such older versions of Expat.
7272
Check :const:`!pyexpat.EXPAT_VERSION`.

0 commit comments

Comments
 (0)