escape '\'; thanks to Steve Holden from docs@

This commit is contained in:
Sandro Tosi 2012-08-12 15:35:25 +02:00
parent 985104a20c
commit 6cbe405a20

View 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