]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix same typo in docs.
authorR. David Murray <rdmurray@bitdance.com>
Wed, 29 Dec 2010 19:06:48 +0000 (19:06 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Wed, 29 Dec 2010 19:06:48 +0000 (19:06 +0000)
Doc/library/email.header.rst

index 7e87dac86af61c1c46a822343f0733d0c64252d2..113a6b872fe4eca003bd85f8f8fc2ce6f65bff21 100644 (file)
@@ -63,7 +63,7 @@ Here is the :class:`Header` class description:
    character set is used both as *s*'s initial charset and as the default for
    subsequent :meth:`append` calls.
 
-   The maximum line length can be specified explicit via *maxlinelen*.  For
+   The maximum line length can be specified explicitly via *maxlinelen*.  For
    splitting the first line to a shorter value (to account for the field header
    which isn't included in *s*, e.g. :mailheader:`Subject`) pass in the name of the
    field in *header_name*.  The default *maxlinelen* is 76, and the default value