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

Skip to content

Commit 2f9ebe6

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 <rffontenelle@users.noreply.github.com>
1 parent f84ef3c commit 2f9ebe6

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
@@ -4389,7 +4389,7 @@ operating system.
43894389

43904390
.. function:: sched_setparam(pid, param)
43914391

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

43954395

0 commit comments

Comments
 (0)
0