[Python-checkins] cpython: Fix typo.

georg.brandl python-checkins at python.org
Sun Jun 24 11:58:32 CEST 2012


http://hg.python.org/cpython/rev/609718387762
changeset:   77686:609718387762
user:        Georg Brandl <georg at python.org>
date:        Sun Jun 24 11:56:47 2012 +0200
summary:
  Fix typo.

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


diff --git a/Doc/library/email.headerregistry.rst b/Doc/library/email.headerregistry.rst
--- a/Doc/library/email.headerregistry.rst
+++ b/Doc/library/email.headerregistry.rst
@@ -268,7 +268,7 @@
     also take a list of supplemental parameters, which have a common format.
     This class serves as a base for all the MIME headers that take parameters.
 
-    .. attrbibute:: params
+    .. attribute:: params
 
        A dictionary mapping parameter names to parameter values.
 

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


More information about the Python-checkins mailing list