From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 16 May 2021 23:59:12 +0000 (-0700) Subject: [doc] Fix typo in os module (GH-24464) X-Git-Tag: v3.10.0b2~79 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d49877e6e745b9c3564bc86a81f4d05038f2b45b;p=thirdparty%2FPython%2Fcpython.git [doc] Fix typo in os module (GH-24464) Automerge-Triggered-By: GH:iritkatriel (cherry picked from commit fdc7e52f5f1853e350407c472ae031339ac7f60c) Co-authored-by: Rafael Fontenelle --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 24ba15382e9a..4b249ed92c35 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.