summaryrefslogtreecommitdiff
path: root/Lib/xmlrpc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2012-03-05 16:24:07 +0100
committerÉric Araujo <merwok@netwok.org>2012-03-05 16:24:07 +0100
commit6a59b70cbac0a35f8b520d196105974949153181 (patch)
treef3f32ae39e3aac96e6d23611f403b6c6bf0435f3 /Lib/xmlrpc
parent80f7102d439446f6e1cf9abacfc5b4eac3796cea (diff)
parent420f698d6e1785c767ef4c19ed25016351501e30 (diff)
downloadcpython-git-6a59b70cbac0a35f8b520d196105974949153181.tar.gz
Merge 3.2
Diffstat (limited to 'Lib/xmlrpc')
-rw-r--r--Lib/xmlrpc/server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/xmlrpc/server.py b/Lib/xmlrpc/server.py
index fc3fa4b9f9..54e172670b 100644
--- a/Lib/xmlrpc/server.py
+++ b/Lib/xmlrpc/server.py
@@ -1,4 +1,4 @@
-"""XML-RPC Servers.
+r"""XML-RPC Servers.
This module can be used to create simple XML-RPC servers
by creating a server and either installing functions, a