From fdc7e52f5f1853e350407c472ae031339ac7f60c Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Sun, 16 May 2021 20:38:11 -0300 Subject: [doc] Fix typo in os module (GH-24464) Automerge-Triggered-By: GH:iritkatriel --- Doc/library/os.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 24ba153..4b249ed 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -4635,7 +4635,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. -- cgit v0.12