mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix typo.
This commit is contained in:
commit
a62b96b86c
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ separators.
|
||||||
|
|
||||||
Some email package methods accept a *policy* keyword argument, allowing the
|
Some email package methods accept a *policy* keyword argument, allowing the
|
||||||
policy to be overridden for that method. For example, the following code uses
|
policy to be overridden for that method. For example, the following code uses
|
||||||
the :meth:`~email.message.Message.as_string` method of the *msg* object from
|
the :meth:`~email.message.Message.as_bytes` method of the *msg* object from
|
||||||
the previous example and writes the message to a file using the native line
|
the previous example and writes the message to a file using the native line
|
||||||
separators for the platform on which it is running::
|
separators for the platform on which it is running::
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue