]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[doc] Fix typo in os module (GH-24464)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 17 May 2021 00:00:12 +0000 (17:00 -0700)
committerGitHub <noreply@github.com>
Mon, 17 May 2021 00:00:12 +0000 (17:00 -0700)
Automerge-Triggered-By: GH:iritkatriel
(cherry picked from commit fdc7e52f5f1853e350407c472ae031339ac7f60c)

Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
Doc/library/os.rst

index 35a9f8cf3adb712005e41411af8d0c62d08ca4cd..2295ffc82f173730945f2bfd2f1880a2e48f8be3 100644 (file)
@@ -4389,7 +4389,7 @@ operating system.
 
 .. function:: sched_setparam(pid, param)
 
-   Set a scheduling parameters for the process with PID *pid*. A *pid* of 0 means
+   Set the scheduling parameters for the process with PID *pid*. A *pid* of 0 means
    the calling process. *param* is a :class:`sched_param` instance.