8000 gh-92368: Fix missing possessive apostrophe (GH-92397) · hello-adam/cpython@00bde4a · GitHub
[go: up one dir, main page]

Skip to content

Commit 00bde4a

Browse files
miss-islingtongophra
authored andcommitted
pythongh-92368: Fix missing possessive apostrophe (pythonGH-92397)
* Fix missing possessive apostrophe (cherry picked from commit a79001e) Co-authored-by: gophra <105054704+gophra@users.noreply.github.com>
1 parent cfee138 commit 00bde4a

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< 4990 /code>+
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