]> granicus.if.org Git - python/commitdiff
#19662: fix typo
authorR David Murray <rdmurray@bitdance.com>
Tue, 19 May 2015 11:18:39 +0000 (07:18 -0400)
committerR David Murray <rdmurray@bitdance.com>
Tue, 19 May 2015 11:18:39 +0000 (07:18 -0400)
Doc/library/smtpd.rst

index 2682ee0c57308748e57daff5caea0ae27f0e18c8..977f9a87487977448530bcb03763a77795b241e9 100644 (file)
@@ -90,7 +90,7 @@ SMTPServer Objects
              this will always be an empty list.
 
       Implementations of ``process_message`` should use the ``**kwargs``
-      signature to accept arbitrary keword arguments, since future feature
+      signature to accept arbitrary keyword arguments, since future feature
       enhancements may add keys to the kwargs dictionary.
 
       Return ``None`` to request a normal ``250 Ok`` response; otherwise