[3.13] Add missing backticks in os and decimal docs (GH-141699) (#141706)

Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
This commit is contained in:
Miss Islington (bot) 2025-11-18 11:38:16 +01:00 committed by GitHub
parent 7b3312747f
commit b41963a4aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -264,7 +264,7 @@ allows the settings to be changed. This approach meets the needs of most
applications.
For more advanced work, it may be useful to create alternate contexts using the
Context() constructor. To make an alternate active, use the :func:`setcontext`
:meth:`Context` constructor. To make an alternate active, use the :func:`setcontext`
function.
In accordance with the standard, the :mod:`decimal` module provides two ready to

View file

@ -539,7 +539,7 @@ process and user.
.. function:: initgroups(username, gid, /)
Call the system initgroups() to initialize the group access list with all of
Call the system ``initgroups()`` to initialize the group access list with all of
the groups of which the specified username is a member, plus the specified
group id.