]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Use raw string for a docstring that uses a backslash
authorÉric Araujo <merwok@netwok.org>
Mon, 5 Mar 2012 14:45:08 +0000 (15:45 +0100)
committerÉric Araujo <merwok@netwok.org>
Mon, 5 Mar 2012 14:45:08 +0000 (15:45 +0100)
Lib/xmlrpc/server.py

index d7ed3f32f7bd34a4767b6f12be741d44b862b702..fd17026583717238d3d766ea86e2655a30d3d30c 100644 (file)
@@ -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