Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
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
.. 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.