From: Éric Araujo Date: Mon, 5 Mar 2012 15:29:30 +0000 (+0100) Subject: Use raw string for a docstring that uses a backslash X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c1641242572b217fa33f0f47ce2876269303547;p=python Use raw string for a docstring that uses a backslash --- diff --git a/Lib/SimpleXMLRPCServer.py b/Lib/SimpleXMLRPCServer.py index 4fefa5a683..f15cd62f4c 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