summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/os.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index 24ba153..4b249ed 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -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.