summaryrefslogtreecommitdiffstats
path: root/Lib/telnetlib.py
diff options
context:
space:
mode:
authorHye-Shik Chang <hyeshik@gmail.com>2005-09-07 07:40:05 (GMT)
committerHye-Shik Chang <hyeshik@gmail.com>2005-09-07 07:40:05 (GMT)
commite029da0aca41d7ee7f225eb0beedb8acdb0fef75 (patch)
tree0d0fed3b88bb594efc0c14564f77aed917bbb6ba /Lib/telnetlib.py
parentb6e1c1100452b7128c58597d0f2389854ba85348 (diff)
downloadcpython-e029da0aca41d7ee7f225eb0beedb8acdb0fef75.zip
cpython-e029da0aca41d7ee7f225eb0beedb8acdb0fef75.tar.gz
cpython-e029da0aca41d7ee7f225eb0beedb8acdb0fef75.tar.bz2
Quote docstring with r"" to keep '\r\n' in example code.
Diffstat (limited to 'Lib/telnetlib.py')
-rw-r--r--Lib/telnetlib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/telnetlib.py b/Lib/telnetlib.py
index f073050..8a2513b 100644
--- a/Lib/telnetlib.py
+++ b/Lib/telnetlib.py
@@ -1,4 +1,4 @@
-"""TELNET client class.
+r"""TELNET client class.
Based on RFC 854: TELNET Protocol Specification, by J. Postel and
J. Reynolds