summaryrefslogtreecommitdiffstats
path: root/Doc/library/os.rst
diff options
context:
space:
mode:
authorRafael Fontenelle <rffontenelle@users.noreply.github.com>2021-05-16 23:38:11 (GMT)
committerGitHub <noreply@github.com>2021-05-16 23:38:11 (GMT)
commitfdc7e52f5f1853e350407c472ae031339ac7f60c (patch)
tree0c059828bc8bf456b57f4454b0b98cab1543255a /Doc/library/os.rst
parent56df20d7014bfe2df9cd46dece93271b516c50f6 (diff)
downloadcpython-fdc7e52f5f1853e350407c472ae031339ac7f60c.zip
cpython-fdc7e52f5f1853e350407c472ae031339ac7f60c.tar.gz
cpython-fdc7e52f5f1853e350407c472ae031339ac7f60c.tar.bz2
[doc] Fix typo in os module (GH-24464)
Automerge-Triggered-By: GH:iritkatriel
Diffstat (limited to 'Doc/library/os.rst')
-rw-r--r--Doc/library/os.rst2
1 files changed, 1 insertions, 1 deletions
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.