From a8aebcedf94192c80d95ca3ce3501c8481f9e41b Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Tue, 25 May 2004 16:08:28 +0000 Subject: Follow official recommendation for domain names in examples. --- Doc/tut/tut.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index c8c5afe..b635aef 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -4599,9 +4599,9 @@ for sending mail: >>> import smtplib >>> server = smtplib.SMTP('localhost') ->>> server.sendmail('soothsayer@tmp.org', 'jceasar@tmp.org', -"""To: jceasar@tmp.org -From: soothsayer@tmp.org +>>> server.sendmail('soothsayer@example.org', 'jceasar@example.org', +"""To: jceasar@example.org +From: soothsayer@example.org Beware the Ides of March. """) -- cgit v0.12