diff options
author | R David Murray <rdmurray@bitdance.com> | 2015-05-19 11:18:39 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2015-05-19 11:18:39 (GMT) |
commit | e09b42c914e1d533bb598ddf58727ed7b5792a58 (patch) | |
tree | bf25058e8d2a896a2ba56a96a70c9e194587a9da /Doc/library/smtpd.rst | |
parent | 5bfc03f430ab13ed84c2c30f2c87e9800b5670a4 (diff) | |
download | cpython-e09b42c914e1d533bb598ddf58727ed7b5792a58.zip cpython-e09b42c914e1d533bb598ddf58727ed7b5792a58.tar.gz cpython-e09b42c914e1d533bb598ddf58727ed7b5792a58.tar.bz2 |
#19662: fix typo
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 |