mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
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:
parent
229dc17f7a
commit
17f3b5cbfa
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