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

Skip to content

Commit e4a1b6d

Browse files
committed
Make the docstring a raw string, for pydoc.
(How many opre of these will we need? :-( )
1 parent 3aee775 commit e4a1b6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/asynchat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2626
# ======================================================================
2727

28-
"""A class supporting chat-style (command/response) protocols.
28+
r"""A class supporting chat-style (command/response) protocols.
2929
3030
This class adds support for 'chat' style protocols - where one side
3131
sends a 'command', and the other sends a response (examples would be

0 commit comments

Comments
 (0)