python/python3-defusedxml: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-14 11:14:47 -04:00
parent 67a223e6ef
commit 0bc9c21eea
1 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
The defusedxml package contains several Python-only workarounds and fixes for
denial of service and other vulnerabilities in Pythons XML libraries. In order
to benefit from the protection you just have to import and use the listed
functions or classes from the right defusedxml module instead of the original
module.
The defusedxml package contains several Python-only workarounds and
fixes for denial of service and other vulnerabilities in Pythons
XML libraries. In order to benefit from the protection you just have
to import and use the listed functions or classes from the right
defusedxml module instead of the original module.