diff --git a/Doc/tutorial/stdlib.rst b/Doc/tutorial/stdlib.rst index 8ff6012fa22..38e0871e129 100644 --- a/Doc/tutorial/stdlib.rst +++ b/Doc/tutorial/stdlib.rst @@ -165,6 +165,8 @@ and :mod:`smtplib` for sending mail:: ... """) >>> server.quit() +(Note that the second example needs a mailserver running on localhost.) + .. _tut-dates-and-times: