mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-92368: Fix missing possessive apostrophe (#92397)
* Fix missing possessive apostrophe
This commit is contained in:
parent
c33d67c450
commit
a79001ee16
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue