diff --git a/Doc/library/smtpd.rst b/Doc/library/smtpd.rst index 82f476344a9..6dd477ad066 100644 --- a/Doc/library/smtpd.rst +++ b/Doc/library/smtpd.rst @@ -116,7 +116,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