8000 gh-92368: Fix missing possessive apostrophe (GH-92397) · python/cpython@4a2337f · GitHub
[go: up one dir, main page]

Skip to content

Commit 4a2337f

Browse files
gh-92368: Fix missing possessive apostrophe (GH-92397)
* Fix missing possessive apostrophe (cherry picked from commit a79001e) Co-authored-by: gophra <105054704+gophra@users.noreply.github.com>
1 parent 326f6ed commit 4a2337f

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)
0