From: R David Murray Date: Tue, 19 May 2015 11:18:39 +0000 (-0400) Subject: #19662: fix typo X-Git-Tag: v3.5.0b1~73 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e09b42c914e1d533bb598ddf58727ed7b5792a58;p=python #19662: fix typo --- diff --git a/Doc/library/smtpd.rst b/Doc/library/smtpd.rst index 2682ee0c57..977f9a8748 100644 --- a/Doc/library/smtpd.rst +++ b/Doc/library/smtpd.rst @@ -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