From e4a1b6d7c4e96dd2af0541dd12444932260e2a66 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 6 Apr 2001 15:30:33 +0000 Subject: Make the docstring a raw string, for pydoc. (How many opre of these will we need? :-( ) --- Lib/asynchat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/asynchat.py b/Lib/asynchat.py index 35f5d1e..584aab9 100644 --- a/Lib/asynchat.py +++ b/Lib/asynchat.py @@ -25,7 +25,7 @@ # CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. # ====================================================================== -"""A class supporting chat-style (command/response) protocols. +r"""A class supporting chat-style (command/response) protocols. This class adds support for 'chat' style protocols - where one side sends a 'command', and the other sends a response (examples would be -- cgit v0.12