From: Éric Araujo Date: Mon, 5 Mar 2012 14:45:08 +0000 (+0100) Subject: Use raw string for a docstring that uses a backslash X-Git-Tag: v3.3.0a2~274^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c432a9d5b9a3fa296cebed6ecbe310d26a796f84;p=thirdparty%2FPython%2Fcpython.git Use raw string for a docstring that uses a backslash --- diff --git a/Lib/xmlrpc/server.py b/Lib/xmlrpc/server.py index d7ed3f32f7bd..fd1702658371 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