mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
#19662: fix typo
This commit is contained in:
parent
5bfc03f430
commit
e09b42c914
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ SMTPServer Objects
|
||||||
this will always be an empty list.
|
this will always be an empty list.
|
||||||
|
|
||||||
Implementations of ``process_message`` should use the ``**kwargs``
|
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.
|
enhancements may add keys to the kwargs dictionary.
|
||||||
|
|
||||||
Return ``None`` to request a normal ``250 Ok`` response; otherwise
|
Return ``None`` to request a normal ``250 Ok`` response; otherwise
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue