Use raw string for a docstring that uses a backslash
diff --git a/Lib/xmlrpc/server.py b/Lib/xmlrpc/server.py
index d7ed3f3..fd17026 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