summaryrefslogtreecommitdiffstats
path: root/Doc/library/email.headerregistry.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-06-24 09:56:47 (GMT)
committerGeorg Brandl <georg@python.org>2012-06-24 09:56:47 (GMT)
commit7ac2af78a288715cb3b2911cd19d727fc417a3a3 (patch)
tree096ce42f0e7d87b0e2f36506b709b7ff6e079f3a /Doc/library/email.headerregistry.rst
parentb1a1ac0b67e58a78592f594466bff030b45e4f21 (diff)
downloadcpython-7ac2af78a288715cb3b2911cd19d727fc417a3a3.zip
cpython-7ac2af78a288715cb3b2911cd19d727fc417a3a3.tar.gz
cpython-7ac2af78a288715cb3b2911cd19d727fc417a3a3.tar.bz2
Fix typo.
Diffstat (limited to 'Doc/library/email.headerregistry.rst')
-rw-r--r--Doc/library/email.headerregistry.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/email.headerregistry.rst b/Doc/library/email.headerregistry.rst
index 2e9224a..af72b7c 100644
--- a/Doc/library/email.headerregistry.rst
+++ b/Doc/library/email.headerregistry.rst
@@ -268,7 +268,7 @@ variant, :attr:`~.BaseHeader.max_count` is set to 1.
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.