mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
Fix same typo in docs.
This commit is contained in:
parent
74901007a5
commit
ef1a8b62bc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
character set is used both as *s*'s initial charset and as the default for
|
||||||
subsequent :meth:`append` calls.
|
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
|
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
|
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
|
field in *header_name*. The default *maxlinelen* is 76, and the default value
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue