gh-92368: Fix missing possessive apostrophe (GH-92397)

* Fix missing possessive apostrophe
(cherry picked from commit a79001ee16)

Co-authored-by: gophra <105054704+gophra@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2022-05-06 07:12:59 -07:00 committed by GitHub
parent 229dc17f7a
commit 17f3b5cbfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -327,7 +327,7 @@ Python has a "batteries included" philosophy. This is best seen through the
sophisticated and robust capabilities of its larger packages. For example:
* The :mod:`xmlrpc.client` and :mod:`xmlrpc.server` modules make implementing
remote procedure calls into an almost trivial task. Despite the modules
remote procedure calls into an almost trivial task. Despite the modules'
names, no direct knowledge or handling of XML is needed.
* The :mod:`email` package is a library for managing email messages, including