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-Tag: v2.7.4rc1~999 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7c1641242572b217fa33f0f47ce2876269303547;p=thirdparty%2FPython%2Fcpython.git Use raw string for a docstring that uses a backslash --- diff --git a/Lib/SimpleXMLRPCServer.py b/Lib/SimpleXMLRPCServer.py index 4fefa5a68334..f15cd62f4cfb 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