]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Add missing backticks in os and decimal docs (GH-141699) (#141706)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 18 Nov 2025 10:38:16 +0000 (11:38 +0100)
committerGitHub <noreply@github.com>
Tue, 18 Nov 2025 10:38:16 +0000 (10:38 +0000)
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Doc/library/decimal.rst
Doc/library/os.rst

index 3d6ad8b4d40d320fb97fc011580c6c30a5d9655d..ea27e80f5050ebef692742722c3ab0d69fa45b06 100644 (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
index e25b4445296c0bccdac1a9ae93691918a7f66f3e..df8c2e582defc23d7978c2f03bbf56b80aebe0aa 100644 (file)
@@ -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.