From 32fbd3a623581875716bc7679d340db87757c0d3 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 26 Feb 2016 19:16:40 +0100 Subject: [PATCH] Closes #26442: fix copy-paste. --- Doc/library/xmlrpc.server.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/xmlrpc.server.rst b/Doc/library/xmlrpc.server.rst index 37d1393eff0..680db41f212 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`.