summaryrefslogtreecommitdiffstats
path: root/Lib/asynchat.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-04-06 15:30:33 (GMT)
committerGuido van Rossum <guido@python.org>2001-04-06 15:30:33 (GMT)
commite4a1b6d7c4e96dd2af0541dd12444932260e2a66 (patch)
tree69f2f02bd3e1a245cbba663650042fadbfb228ba /Lib/asynchat.py
parent3aee7752fa01f1ece0fb7cbfe35383cdb1e78221 (diff)
downloadcpython-e4a1b6d7c4e96dd2af0541dd12444932260e2a66.zip
cpython-e4a1b6d7c4e96dd2af0541dd12444932260e2a66.tar.gz
cpython-e4a1b6d7c4e96dd2af0541dd12444932260e2a66.tar.bz2
Make the docstring a raw string, for pydoc.
(How many opre of these will we need? :-( )
Diffstat (limited to 'Lib/asynchat.py')
-rw-r--r--Lib/asynchat.py2
1 files changed, 1 insertions, 1 deletions
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