escape '\'; thanks to Steve Holden from docs@
authorSandro Tosi <sandro.tosi@gmail.com>
Sun, 12 Aug 2012 13:35:25 +0000 (15:35 +0200)
committerSandro Tosi <sandro.tosi@gmail.com>
Sun, 12 Aug 2012 13:35:25 +0000 (15:35 +0200)
Doc/library/smtpd.rst

index c391f710dfa35f74fe901b5d6e59de6e268505a0..48da5d0cf5163995f3daaeb6c5b3ce29e1559f46 100644 (file)
@@ -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