diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:14:47 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:58 -0400 |
commit | 0bc9c21eea2252ad0a54caa4609d0381a8cdf536 (patch) | |
tree | 4a4447a68777ca9d056fa77fbcf84160c95efad3 /python/python3-defusedxml | |
parent | 67a223e6efdc81537128e9f8928164b48cc276c3 (diff) | |
download | slackbuilds-0bc9c21eea2252ad0a54caa4609d0381a8cdf536.tar.gz |
python/python3-defusedxml: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/python3-defusedxml')
-rw-r--r-- | python/python3-defusedxml/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-defusedxml/README b/python/python3-defusedxml/README index b0d4050e0c..b40964cc24 100644 --- a/python/python3-defusedxml/README +++ b/python/python3-defusedxml/README @@ -1,5 +1,5 @@ -The defusedxml package contains several Python-only workarounds and fixes for -denial of service and other vulnerabilities in Python’s 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 Python’s +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. |