File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -281,10 +281,10 @@ An :class:`SMTP` instance has the following methods:
281281 envelope used by the transport agents. ``sendmail `` does not modify the
282282 message headers in any way.
283283
284- msg may be a string containing characters in the ASCII range, or a byte
284+ * msg * may be a string containing characters in the ASCII range, or a byte
285285 string. A string is encoded to bytes using the ascii codec, and lone ``\r ``
286- and ``\n `` characters are converted to ``\r\n `` characters. A byte string
287- is not modified.
286+ and ``\n `` characters are converted to ``\r\n `` characters. A byte string is
287+ not modified.
288288
289289 If there has been no previous ``EHLO `` or ``HELO `` command this session, this
290290 method tries ESMTP ``EHLO `` first. If the server does ESMTP, message size and
You can’t perform that action at this time.
0 commit comments