]> granicus.if.org Git - python/commitdiff
Issue 18724: Fix typo noticed by Susan Tan.
authorNed Deily <nad@acm.org>
Tue, 13 Aug 2013 08:15:14 +0000 (01:15 -0700)
committerNed Deily <nad@acm.org>
Tue, 13 Aug 2013 08:15:14 +0000 (01:15 -0700)
1  2 
Doc/library/smtplib.rst

index d5bd906ba46f72701f4c0cafff1ed055980df737,addc6be923b9395560a9170e9708c63e402444bf..a7d15384d09c33a5550e22ca8ad7a58124553205
@@@ -110,8 -110,8 +110,8 @@@ A nice selection of exceptions is defin
  
  .. exception:: SMTPException
  
 -   The base exception class for all the other exceptions provided by this
 -   module.
 +   Subclass of :exc:`OSError` that is the base exception class for all
-    the other excpetions provided by this module.
++   the other exceptions provided by this module.
  
  
  .. exception:: SMTPServerDisconnected