[Python-checkins] cpython: #19662: fix typo

r.david.murray python-checkins at python.org
Tue May 19 13:18:50 CEST 2015


https://hg.python.org/cpython/rev/a3f2b171b765
changeset:   96155:a3f2b171b765
user:        R David Murray <rdmurray at bitdance.com>
date:        Tue May 19 07:18:39 2015 -0400
summary:
  #19662: fix typo

files:
  Doc/library/smtpd.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/smtpd.rst b/Doc/library/smtpd.rst
--- a/Doc/library/smtpd.rst
+++ b/Doc/library/smtpd.rst
@@ -90,7 +90,7 @@
              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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list