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

* Fix missing possessive apostrophe
This commit is contained in:
gophra 2022-05-06 21:39:16 +08:00 committed by GitHub
parent c33d67c450
commit a79001ee16
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