File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ allows the settings to be changed. This approach meets the needs of most
264264applications.
265265
266266For more advanced work, it may be useful to create alternate contexts using the
267- Context() constructor. To make an alternate active, use the :func: `setcontext `
267+ :meth: ` Context ` constructor. To make an alternate active, use the :func: `setcontext `
268268function.
269269
270270In accordance with the standard, the :mod: `decimal ` module provides two ready to
Original file line number Diff line number Diff line change @@ -539,7 +539,7 @@ process and user.
539539
540540.. function :: initgroups(username, gid, /)
541541
542- Call the system initgroups() to initialize the group access list with all of
542+ Call the system `` initgroups() `` to initialize the group access list with all of
543543 the groups of which the specified username is a member, plus the specified
544544 group id.
545545
You can’t perform that action at this time.
0 commit comments