mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
[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
f84ef3cd25
commit
2f9ebe6fd0
1 changed files with 1 additions and 1 deletions
|
@ -4389,7 +4389,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…
Add table
Add a link
Reference in a new issue