[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:
Miss Islington (bot) 2021-05-16 17:00:12 -07:00 committed by GitHub
parent f84ef3cd25
commit 2f9ebe6fd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.