Skip to content

Commit 327db14

Browse files
felixxmmiss-islington
authored andcommitted
Add missing backticks in os and decimal docs (pythonGH-141699)
(cherry picked from commit b87613f) Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
1 parent cf2524f commit 327db14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/library/decimal.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ allows the settings to be changed. This approach meets the needs of most
264264
applications.
265265

266266
For more advanced work, it may be useful to create alternate contexts using the
267-
Context() constructor. To make an alternate active, use the :func:`setcontext`
267+
:meth:`Context` constructor. To make an alternate active, use the :func:`setcontext`
268268
function.
269269

270270
In accordance with the standard, the :mod:`decimal` module provides two ready to

Doc/library/os.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ process and user.
561561

562562
.. function:: initgroups(username, gid, /)
563563

564-
Call the system initgroups() to initialize the group access list with all of
564+
Call the system ``initgroups()`` to initialize the group access list with all of
565565
the groups of which the specified username is a member, plus the specified
566566
group id.
567567

0 commit comments

Comments
 (0)