diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2017-03-01 03:26:56 (GMT) |
---|---|---|
committer | Mariatta <Mariatta@users.noreply.github.com> | 2017-03-01 03:26:56 (GMT) |
commit | 1cf2a809b1eb4f9fc8ac3ccc97424586892d1e1a (patch) | |
tree | 33a12cb3520fd8bfcd2288149db66b6572a378b3 /Doc/library/email.message.rst | |
parent | 626584284e74a68fff8157f9afe77b3088ff7be9 (diff) | |
download | cpython-1cf2a809b1eb4f9fc8ac3ccc97424586892d1e1a.zip cpython-1cf2a809b1eb4f9fc8ac3ccc97424586892d1e1a.tar.gz cpython-1cf2a809b1eb4f9fc8ac3ccc97424586892d1e1a.tar.bz2 |
Fixed a handful of typos (GH-343)
Diffstat (limited to 'Doc/library/email.message.rst')
-rw-r--r-- | Doc/library/email.message.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/email.message.rst b/Doc/library/email.message.rst index 32852e7..d36e769 100644 --- a/Doc/library/email.message.rst +++ b/Doc/library/email.message.rst @@ -364,7 +364,7 @@ message objects. *header* specifies an alternative header to :mailheader:`Content-Type`. If the value contains non-ASCII characters, the charset and language may - be explicity specified using the optional *charset* and *language* + be explicitly specified using the optional *charset* and *language* parameters. Optional *language* specifies the :rfc:`2231` language, defaulting to the empty string. Both *charset* and *language* should be strings. The default is to use the ``utf8`` *charset* and ``None`` for |