Skip to content

Commit 745e98e

Browse files
committed
Clarify doc language
1 parent b6bfd45 commit 745e98e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ SignXML uses the `lxml <https://github.com/lxml/lxml>`_ ElementTree library, not
142142
`ElementTree from Python's standard library <https://docs.python.org/3.8/library/xml.etree.elementtree.html>`_,
143143
to work with XML. lxml is used due to its superior resistance to XML attacks, as well as XML canonicalization and
144144
namespace organization features. It is recommended that you pass XML string input directly to signxml before further
145-
parsing, and use lxml to work with untrusted XML input in general. If you do pass trusted ``xml.etree.ElementTree``
146-
objects to SignXML, you should be aware of differences in XML namespace handling between the two libraries. See the
147-
following references for more information:
145+
parsing, and use lxml to work with untrusted XML input in general. If you do pass ``xml.etree.ElementTree`` objects to
146+
SignXML, you should be aware of differences in XML namespace handling between the two libraries. See the following
147+
references for more information:
148148

149149
* `How do I use lxml safely as a web-service endpoint? <https://lxml.de/FAQ.html#how-do-i-use-lxml-safely-as-a-web-service-endpoint>`_
150150
* `ElementTree compatibility of lxml.etree <https://lxml.de/compatibility.html>`_

0 commit comments

Comments
 (0)