Kaydet (Commit) 75b936ec authored tarafından Serhiy Storchaka's avatar Serhiy Storchaka

Fix incorrect grammar in sched documentation.

üst 89faf4fe
...@@ -70,10 +70,8 @@ Scheduler Objects ...@@ -70,10 +70,8 @@ Scheduler Objects
*priority*. *priority*.
Executing the event means executing ``action(*argument, **kwargs)``. Executing the event means executing ``action(*argument, **kwargs)``.
Optional *argument* argument must be a sequence holding the parameters *argument* is a sequence holding the positional arguments for *action*.
for *action* if any used. *kwargs* is a dictionary holding the keyword arguments for *action*.
Optional *kwargs* argument must be a dictionary holding the keyword
parameters for *action* if any used.
Return value is an event which may be used for later cancellation of the event Return value is an event which may be used for later cancellation of the event
(see :meth:`cancel`). (see :meth:`cancel`).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment