Skip to content

Commit 3a8abdd

Browse files
committed
.
1 parent be69865 commit 3a8abdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/smtplib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ def send_message(self, msg, from_addr=None, to_addrs=None,
938938

939939
# RFC 5322 section 3.6, 4th Paragraph
940940
if msg.get('Date', None) is None:
941-
# localtime: RFC 5322 section 3.3 4th Paragraph
941+
# localtime: RFC 5322 section 3.3, 4th Paragraph
942942
msg['Date'] = email.utils.formatdate(localtime=True)
943943
if from_addr is None:
944944
# Prefer the sender field per RFC 2822:3.6.2.

0 commit comments

Comments
 (0)