mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Add missing backticks in os and decimal docs (#141699)
This commit is contained in:
parent
630cd37bfa
commit
b87613f214
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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue