]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Make the docstring a raw string, for pydoc.
authorGuido van Rossum <guido@python.org>
Fri, 6 Apr 2001 15:30:33 +0000 (15:30 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 6 Apr 2001 15:30:33 +0000 (15:30 +0000)
(How many opre of these will we need? :-( )

Lib/asynchat.py

index 35f5d1eda98280f5a1b4249f627b27f20055737b..584aab9f3eb07f9813d47bbfc3fa85f87f5d7747 100644 (file)
@@ -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