merge with 3.5

This commit is contained in:
Georg Brandl 2016-02-26 19:16:43 +01:00
commit eb73563f48

View 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`.