[doc] Fix typo in os module (GH-24464)

Automerge-Triggered-By: GH:iritkatriel
This commit is contained in:
Rafael Fontenelle 2021-05-16 20:38:11 -03:00 committed by GitHub
parent 56df20d701
commit fdc7e52f5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4635,7 +4635,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.