mirror of https://github.com/python/cpython
[doc] Fix typo in os module (GH-24464)
Automerge-Triggered-By: GH:iritkatriel
This commit is contained in:
parent
56df20d701
commit
fdc7e52f5f
|
@ -4635,7 +4635,7 @@ operating system.
|
||||||
|
|
||||||
.. function:: sched_setparam(pid, param)
|
.. 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.
|
the calling process. *param* is a :class:`sched_param` instance.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue