diff options
Diffstat (limited to 'Doc/library/smtpd.rst')
-rw-r--r-- | Doc/library/smtpd.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/smtpd.rst b/Doc/library/smtpd.rst index 2682ee0..977f9a8 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 |