diff -r 4f8ad9a4193f Doc/library/xml.rst --- a/Doc/library/xml.rst Tue Jan 14 09:09:48 2014 -0600 +++ b/Doc/library/xml.rst Tue Jan 14 09:53:37 2014 -0800 @@ -112,9 +112,9 @@ ---------------- `defusedxml`_ is a pure Python package with modified subclasses of all stdlib -XML parsers that prevent any potentially malicious operation. The courses of -action are recommended for any server code that parses untrusted XML data. The -package also ships with example exploits and an extended documentation on more +XML parsers that prevent any potentially malicious operation. Use of this +package is recommended for any server code that parses untrusted XML data. The +package also ships with example exploits and extended documentation on more XML exploits like xpath injection. `defusedexpat`_ provides a modified libexpat and patched replacment