commit | c432a9d5b9a3fa296cebed6ecbe310d26a796f84 | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Mon Mar 05 15:45:08 2012 +0100 |
committer | Éric Araujo <merwok@netwok.org> | Mon Mar 05 15:45:08 2012 +0100 |
tree | c3f4af708930807310a1e80679d32bf2e9b9a95a | |
parent | 653f932eff642065061f36693d59e10507523a6f [diff] [blame] |
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