summaryrefslogtreecommitdiffstats
path: root/Lib/SimpleXMLRPCServer.py
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2012-03-05 15:29:30 (GMT)
committerÉric Araujo <merwok@netwok.org>2012-03-05 15:29:30 (GMT)
commit7c1641242572b217fa33f0f47ce2876269303547 (patch)
tree38e3b04d6da0d18dac00535db26abc1cc91be7bd /Lib/SimpleXMLRPCServer.py
parent104f18977fc23b7df415fda1bbb7125feece553f (diff)
downloadcpython-7c1641242572b217fa33f0f47ce2876269303547.zip
cpython-7c1641242572b217fa33f0f47ce2876269303547.tar.gz
cpython-7c1641242572b217fa33f0f47ce2876269303547.tar.bz2
Use raw string for a docstring that uses a backslash
Diffstat (limited to 'Lib/SimpleXMLRPCServer.py')
-rw-r--r--Lib/SimpleXMLRPCServer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/SimpleXMLRPCServer.py b/Lib/SimpleXMLRPCServer.py
index 4fefa5a..f15cd62 100644
--- a/Lib/SimpleXMLRPCServer.py
+++ b/Lib/SimpleXMLRPCServer.py
@@ -1,4 +1,4 @@
-"""Simple XML-RPC Server.
+r"""Simple XML-RPC Server.
This module can be used to create simple XML-RPC servers
by creating a server and either installing functions, a