commit | c254f640a7f443833453297b12eb33f976a48311 | [log] [tgz] |
---|---|---|
author | Sandro Tosi <sandro.tosi@gmail.com> | Sun Aug 12 15:35:43 2012 +0200 |
committer | Sandro Tosi <sandro.tosi@gmail.com> | Sun Aug 12 15:35:43 2012 +0200 |
tree | 5d83f8bb8a22d7bdbb2781de5d9fd2594a579e57 | |
parent | 5bb665f00cbd9522839dfd53c386c7e1a62acfa5 [diff] | |
parent | 6cbe405a20f0cf542792fe7f8b3859dde99d37f5 [diff] |
merge with 3.2
diff --git a/Doc/library/smtpd.rst b/Doc/library/smtpd.rst index 82f4763..6dd477a 100644 --- a/Doc/library/smtpd.rst +++ b/Doc/library/smtpd.rst
@@ -116,7 +116,7 @@ .. 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