summaryrefslogtreecommitdiffstats
path: root/Lib/xmlrpc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2012-03-05 14:45:08 (GMT)
committerÉric Araujo <merwok@netwok.org>2012-03-05 14:45:08 (GMT)
commitc432a9d5b9a3fa296cebed6ecbe310d26a796f84 (patch)
treec3f4af708930807310a1e80679d32bf2e9b9a95a /Lib/xmlrpc
parent653f932eff642065061f36693d59e10507523a6f (diff)
downloadcpython-c432a9d5b9a3fa296cebed6ecbe310d26a796f84.zip
cpython-c432a9d5b9a3fa296cebed6ecbe310d26a796f84.tar.gz
cpython-c432a9d5b9a3fa296cebed6ecbe310d26a796f84.tar.bz2
Use raw string for a docstring that uses a backslash
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 d7ed3f3..fd17026 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