]> granicus.if.org Git - python/commitdiff
Fix typo.
authorGeorg Brandl <georg@python.org>
Sun, 24 Jun 2012 09:56:47 +0000 (11:56 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 24 Jun 2012 09:56:47 +0000 (11:56 +0200)
Doc/library/email.headerregistry.rst

index 2e9224a639e342315ea2a16269a7225f5c4c7898..af72b7c3b8767ad2683d9a7a781f027dd48c7bdf 100644 (file)
@@ -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.