Add missing backticks in os and decimal docs (#141699)

This commit is contained in:
Mariusz Felisiak 2025-11-18 11:32:15 +01:00 committed by GitHub
parent 630cd37bfa
commit b87613f214
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

@ -558,7 +558,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.