mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[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:
parent
7b3312747f
commit
b41963a4aa
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue