mirror of https://github.com/python/cpython.git
[doc] Fix typo in os module (GH-24464)
Automerge-Triggered-By: GH:iritkatriel
(cherry picked from commit fdc7e52f5f
)
Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
This commit is contained in:
parent
d22fa22cca
commit
d49877e6e7
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue