From: Georg Brandl Date: Fri, 26 Feb 2016 18:16:40 +0000 (+0100) Subject: Closes #26442: fix copy-paste. X-Git-Tag: v3.6.0a1~561^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=32fbd3a623581875716bc7679d340db87757c0d3;p=thirdparty%2FPython%2Fcpython.git Closes #26442: fix copy-paste. --- diff --git a/Doc/library/xmlrpc.server.rst b/Doc/library/xmlrpc.server.rst index 37d1393eff03..680db41f212b 100644 --- a/Doc/library/xmlrpc.server.rst +++ b/Doc/library/xmlrpc.server.rst @@ -18,7 +18,7 @@ servers written in Python. Servers can either be free standing, using .. warning:: - The :mod:`xmlrpc.client` module is not secure against maliciously + The :mod:`xmlrpc.server` module is not secure against maliciously constructed data. If you need to parse untrusted or unauthenticated data see :ref:`xml-vulnerabilities`.