Skip to content

Commit a79001e

Browse files
authored
gh-92368: Fix missing possessive apostrophe (#92397)
* Fix missing possessive apostrophe
1 parent c33d67c commit a79001e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tutorial/stdlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ Python has a "batteries included" philosophy. This is best seen through the
327327
sophisticated and robust capabilities of its larger packages. For example:
328328

329329
* The :mod:`xmlrpc.client` and :mod:`xmlrpc.server` modules make implementing
330-
remote procedure calls into an almost trivial task. Despite the modules
330+
remote procedure calls into an almost trivial task. Despite the modules'
331331
names, no direct knowledge or handling of XML is needed.
332332

333333
* The :mod:`email` package is a library for managing email messages, including

0 commit comments

Comments
 (0)