From: Sandro Tosi Date: Sun, 12 Aug 2012 13:35:25 +0000 (+0200) Subject: escape '\'; thanks to Steve Holden from docs@ X-Git-Tag: v3.3.0rc1~135^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6cbe405a20f0cf542792fe7f8b3859dde99d37f5;p=thirdparty%2FPython%2Fcpython.git escape '\'; thanks to Steve Holden from docs@ --- diff --git a/Doc/library/smtpd.rst b/Doc/library/smtpd.rst index c391f710dfa3..48da5d0cf516 100644 --- a/Doc/library/smtpd.rst +++ b/Doc/library/smtpd.rst @@ -109,7 +109,7 @@ SMTPChannel Objects .. attribute:: received_lines Holds a list of the line strings (decoded using UTF-8) received from - the client. The lines have their "\r\n" line ending translated to "\n". + the client. The lines have their "\\r\\n" line ending translated to "\\n". .. attribute:: smtp_state