diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-10-19 16:18:54 -0700 |
---|---|---|
committer | Victor Stinner <vstinner@redhat.com> | 2018-10-20 01:18:54 +0200 |
commit | 7eacd6789c094dd9933b6c7bd850ae4c4141e768 (patch) | |
tree | 9f00dea963d621349fff39a96d97062184f44ded /Doc/library/email.rst | |
parent | 34634ee609852071b4bc80de7e7c83b85bc59b37 (diff) | |
download | cpython-git-7eacd6789c094dd9933b6c7bd850ae4c4141e768.tar.gz |
In email docs, correct spelling of foregoing (GH-9856) (GH-9920)
(cherry picked from commit c984d20ec81609aa439ccdb3af5bc35fca0c2112)
Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
Diffstat (limited to 'Doc/library/email.rst')
-rw-r--r-- | Doc/library/email.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/email.rst b/Doc/library/email.rst index 1033d8c130..07d455ba39 100644 --- a/Doc/library/email.rst +++ b/Doc/library/email.rst @@ -87,7 +87,7 @@ to advanced applications. Following those is a set of examples of using the fundamental parts of the APIs covered in the preceding sections. -The forgoing represent the modern (unicode friendly) API of the email package. +The foregoing represent the modern (unicode friendly) API of the email package. The remaining sections, starting with the :class:`~email.message.Message` class, cover the legacy :data:`~email.policy.compat32` API that deals much more directly with the details of how email messages are represented. The |