[Python-checkins] cpython (3.5): Closes #26442: fix copy-paste.

georg.brandl python-checkins at python.org
Fri Feb 26 13:17:06 EST 2016


https://hg.python.org/cpython/rev/9b240ec2bd42
changeset:   100348:9b240ec2bd42
branch:      3.5
parent:      100346:29beb1554dec
user:        Georg Brandl <georg at python.org>
date:        Fri Feb 26 19:16:40 2016 +0100
summary:
  Closes #26442: fix copy-paste.

files:
  Doc/library/xmlrpc.server.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/xmlrpc.server.rst b/Doc/library/xmlrpc.server.rst
--- a/Doc/library/xmlrpc.server.rst
+++ b/Doc/library/xmlrpc.server.rst
@@ -18,7 +18,7 @@
 
 .. 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`.
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list