[Python-checkins] [doc] Fix typo in os module (GH-24464)

miss-islington webhook-mailer at python.org
Sun May 16 19:38:15 EDT 2021


https://github.com/python/cpython/commit/fdc7e52f5f1853e350407c472ae031339ac7f60c
commit: fdc7e52f5f1853e350407c472ae031339ac7f60c
branch: main
author: Rafael Fontenelle <rffontenelle at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2021-05-16T16:38:11-07:00
summary:

[doc] Fix typo in os module (GH-24464)



Automerge-Triggered-By: GH:iritkatriel

files:
M Doc/library/os.rst

diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index 24ba15382e9a11..4b249ed92c3588 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.
 
 



More information about the Python-checkins mailing list