]> granicus.if.org Git - python/commitdiff
Use raw string for a docstring that uses a backslash
authorÉric Araujo <merwok@netwok.org>
Mon, 5 Mar 2012 15:29:30 +0000 (16:29 +0100)
committerÉric Araujo <merwok@netwok.org>
Mon, 5 Mar 2012 15:29:30 +0000 (16:29 +0100)
Lib/SimpleXMLRPCServer.py

index 4fefa5a68334d6f7274bd2c599d62b99e721b8f6..f15cd62f4cfb676502a574857cc80c934bc7ba3c 100644 (file)
@@ -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