projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
985104a
)
escape '\'; thanks to Steve Holden from docs@
author
Sandro Tosi
<sandro.tosi@gmail.com>
Sun, 12 Aug 2012 13:35:25 +0000
(15:35 +0200)
committer
Sandro Tosi
<sandro.tosi@gmail.com>
Sun, 12 Aug 2012 13:35:25 +0000
(15:35 +0200)
Doc/library/smtpd.rst
patch
|
blob
|
history
diff --git
a/Doc/library/smtpd.rst
b/Doc/library/smtpd.rst
index c391f710dfa35f74fe901b5d6e59de6e268505a0..48da5d0cf5163995f3daaeb6c5b3ce29e1559f46 100644
(file)
--- 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