]> granicus.if.org Git - python/commitdiff
Closes #26442: fix copy-paste.
authorGeorg Brandl <georg@python.org>
Fri, 26 Feb 2016 18:16:40 +0000 (19:16 +0100)
committerGeorg Brandl <georg@python.org>
Fri, 26 Feb 2016 18:16:40 +0000 (19:16 +0100)
Doc/library/xmlrpc.server.rst

index 37d1393eff0362818fcc17f5042415dca985c13c..680db41f212bbb79c77db221a6b3133c2eb61793 100644 (file)
@@ -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`.