]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-92368: Fix missing possessive apostrophe (#92397)
authorgophra <105054704+gophra@users.noreply.github.com>
Fri, 6 May 2022 13:39:16 +0000 (21:39 +0800)
committerGitHub <noreply@github.com>
Fri, 6 May 2022 13:39:16 +0000 (15:39 +0200)
* Fix missing possessive apostrophe

Doc/tutorial/stdlib.rst

index 227a6d8651ff57b73b2d720b6ac0c9fb0b46af4f..a94a7f459ea2b282c360f51a4f384de9bd880055 100644 (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