From 7ac2af78a288715cb3b2911cd19d727fc417a3a3 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 24 Jun 2012 11:56:47 +0200 Subject: Fix typo. --- Doc/library/email.headerregistry.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v0.12