]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Quote docstring with r"" to keep '\r\n' in example code.
authorHye-Shik Chang <hyeshik@gmail.com>
Wed, 7 Sep 2005 07:40:05 +0000 (07:40 +0000)
committerHye-Shik Chang <hyeshik@gmail.com>
Wed, 7 Sep 2005 07:40:05 +0000 (07:40 +0000)
Lib/telnetlib.py

index f073050b81747f84a51a8ad3dc48d8b339a105b9..8a2513b4ef49f8eeeebd2f68d77d31bd41675d9d 100644 (file)
@@ -1,4 +1,4 @@
-"""TELNET client class.
+r"""TELNET client class.
 
 Based on RFC 854: TELNET Protocol Specification, by J. Postel and
 J. Reynolds