From: Georg Brandl Date: Sun, 24 Jun 2012 09:56:47 +0000 (+0200) Subject: Fix typo. X-Git-Tag: v3.3.0b1~79^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ac2af78a288715cb3b2911cd19d727fc417a3a3;p=thirdparty%2FPython%2Fcpython.git Fix typo. --- diff --git a/Doc/library/email.headerregistry.rst b/Doc/library/email.headerregistry.rst index 2e9224a639e3..af72b7c3b876 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.