From e09b42c914e1d533bb598ddf58727ed7b5792a58 Mon Sep 17 00:00:00 2001 From: R David Murray Date: Tue, 19 May 2015 07:18:39 -0400 Subject: [PATCH] #19662: fix typo --- Doc/library/smtpd.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/smtpd.rst b/Doc/library/smtpd.rst index 2682ee0c573..977f9a87487 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