From 6681398dddd1fde52c6808ebd6c8b47cdc7f3b3e Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Tue, 13 Aug 2013 01:11:56 -0700 Subject: [PATCH] Issue 18724: Fix typo noticed by Susan Tan. --- Doc/library/smtplib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/smtplib.rst b/Doc/library/smtplib.rst index 4f3b572aab46..e145659f62ea 100644 --- a/Doc/library/smtplib.rst +++ b/Doc/library/smtplib.rst @@ -79,7 +79,7 @@ A nice selection of exceptions is defined as well: .. exception:: SMTPException - The base exception class for all the other excpetions provided by this + The base exception class for all the other exceptions provided by this module. -- 2.47.3