]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-92368: Fix missing possessive apostrophe (GH-92397)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 6 May 2022 14:13:43 +0000 (07:13 -0700)
committerGitHub <noreply@github.com>
Fri, 6 May 2022 14:13:43 +0000 (07:13 -0700)
* Fix missing possessive apostrophe
(cherry picked from commit a79001ee16b3ea8b5d0fad595c969d9e1b7627f3)

Co-authored-by: gophra <105054704+gophra@users.noreply.github.com>
Doc/tutorial/stdlib.rst

index a6399dc1af3a9d8a6fd49eef6f9e4dfcbee3eff6..32dda97c79039c132072dd1a457e2b5a36f5f8e3 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