From a79001ee16b3ea8b5d0fad595c969d9e1b7627f3 Mon Sep 17 00:00:00 2001
From: gophra <105054704+gophra@users.noreply.github.com>
Date: Fri, 6 May 2022 21:39:16 +0800
Subject: [PATCH] gh-92368: Fix missing possessive apostrophe (#92397)

* Fix missing possessive apostrophe
---
 Doc/tutorial/stdlib.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Doc/tutorial/stdlib.rst b/Doc/tutorial/stdlib.rst
index 227a6d8651f..a94a7f459ea 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
-- 
GitLab