Skip to content

Commit a6c4a10

Browse files
committed
indicate msg is an argument
1 parent 7c9907e commit a6c4a10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/smtplib.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)