Skip to content

Commit

Permalink
pythongh-92368: Fix missing possessive apostrophe (pythonGH-92397)
Browse files Browse the repository at this point in the history
* Fix missing possessive apostrophe
(cherry picked from commit a79001e)

Co-authored-by: gophra <105054704+gophra@users.noreply.github.com>
  • Loading branch information
gophra authored and miss-islington committed May 6, 2022
1 parent 229dc17 commit 872b68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/tutorial/stdlib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 872b68b

Please sign in to comment.