summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2016-02-26 18:16:40 (GMT)
committerGeorg Brandl <georg@python.org>2016-02-26 18:16:40 (GMT)
commit32fbd3a623581875716bc7679d340db87757c0d3 (patch)
treeab0edc39a820c040119b856318f995de77a174ae /Doc
parentadeffcc2f9c9d8941615431106d8e550ebf514a0 (diff)
downloadcpython-32fbd3a623581875716bc7679d340db87757c0d3.zip
cpython-32fbd3a623581875716bc7679d340db87757c0d3.tar.gz
cpython-32fbd3a623581875716bc7679d340db87757c0d3.tar.bz2
Closes #26442: fix copy-paste.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/xmlrpc.server.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/xmlrpc.server.rst b/Doc/library/xmlrpc.server.rst
index 37d1393..680db41 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`.