mirror of
https://github.com/python/cpython.git
synced 2024-12-04 15:25:13 +08:00
escape '\'; thanks to Steve Holden from docs@
This commit is contained in:
parent
985104a20c
commit
6cbe405a20
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user