summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/smtpd.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/smtpd.rst b/Doc/library/smtpd.rst
index c391f71..48da5d0 100644
--- 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