Skip to content

Commit d49877e

Browse files
[doc] Fix typo in os module (GH-24464)
Automerge-Triggered-By: GH:iritkatriel (cherry picked from commit fdc7e52) Co-authored-by: Rafael Fontenelle <[email protected]>
1 parent d22fa22 commit d49877e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/os.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4635,7 +4635,7 @@ operating system.
46354635

46364636
.. function:: sched_setparam(pid, param)
46374637

4638-
Set a scheduling parameters for the process with PID *pid*. A *pid* of 0 means
4638+
Set the scheduling parameters for the process with PID *pid*. A *pid* of 0 means
46394639
the calling process. *param* is a :class:`sched_param` instance.
46404640

46414641

0 commit comments

Comments
 (0)