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

Skip to content

Commit fdc7e52

Browse files
authored
[doc] Fix typo in os module (GH-24464)
Automerge-Triggered-By: GH:iritkatriel
1 parent 56df20d commit fdc7e52

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