Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c432a9d

Browse files
committed
Use raw string for a docstring that uses a backslash
1 parent 653f932 commit c432a9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/xmlrpc/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""XML-RPC Servers.
1+
r"""XML-RPC Servers.
22
33
This module can be used to create simple XML-RPC servers
44
by creating a server and either installing functions, a

0 commit comments

Comments
 (0)