From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 6 May 2022 14:13:43 +0000 (-0700) Subject: gh-92368: Fix missing possessive apostrophe (GH-92397) X-Git-Tag: v3.9.13~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4a2337fe33a8f0174cad1725c2e84e039286abe5;p=thirdparty%2FPython%2Fcpython.git gh-92368: Fix missing possessive apostrophe (GH-92397) * Fix missing possessive apostrophe (cherry picked from commit a79001ee16b3ea8b5d0fad595c969d9e1b7627f3) Co-authored-by: gophra <105054704+gophra@users.noreply.github.com> --- diff --git a/Doc/tutorial/stdlib.rst b/Doc/tutorial/stdlib.rst index a6399dc1af3a..32dda97c7903 100644 --- a/Doc/tutorial/stdlib.rst +++ b/Doc/tutorial/stdlib.rst @@ -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