]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
In email docs, correct spelling of foregoing (#9856)
authorCheryl Sabella <cheryl.sabella@gmail.com>
Tue, 16 Oct 2018 19:28:34 +0000 (15:28 -0400)
committerR. David Murray <rdmurray@bitdance.com>
Tue, 16 Oct 2018 19:28:34 +0000 (15:28 -0400)
Doc/library/email.rst

index 1033d8c130eb756c8eba57d1d4813e07d28d47e8..07d455ba39d3cc83e49fd8cf1b4b2210313772d9 100644 (file)
@@ -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