8000 [doc] Fix typo in os module (GH-24464) · miss-islington/cpython@6ac9adb · GitHub
[go: up one dir, main page]

Skip to content

Commit 6ac9adb

Browse files
rffontenellemiss-islington
authored andcommitted
[doc] Fix typo in os module (pythonGH-24464)
Automerge-Triggered-By: GH:iritkatriel (cherry picked from commit fdc7e52) Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
1 parent b913f47 commit 6ac9adb

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)
0