Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a8aebce

Browse files
committed
Follow official recommendation for domain names in examples.
1 parent 79cddc5 commit a8aebce

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/tut/tut.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4599,9 +4599,9 @@ \section{Internet Access\label{internet-access}}
45994599
46004600
>>> import smtplib
46014601
>>> server = smtplib.SMTP('localhost')
4602-
>>> server.sendmail('soothsayer@tmp.org', 'jceasar@tmp.org',
4603-
"""To: jceasar@tmp.org
4604-
From: soothsayer@tmp.org
4602+
>>> server.sendmail('soothsayer@example.org', 'jceasar@example.org',
4603+
"""To: jceasar@example.org
4604+
From: soothsayer@example.org
46054605
46064606
Beware the Ides of March.
46074607
""")

0 commit comments

Comments
 (0)