Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3eb812 + 75b936e commit 805ae0dCopy full SHA for 805ae0d
1 file changed
Doc/library/sched.rst
@@ -70,10 +70,8 @@ Scheduler Objects
70
*priority*.
71
72
Executing the event means executing ``action(*argument, **kwargs)``.
73
- Optional *argument* argument must be a sequence holding the parameters
74
- for *action* if any used.
75
- Optional *kwargs* argument must be a dictionary holding the keyword
76
- parameters for *action* if any used.
+ *argument* is a sequence holding the positional arguments for *action*.
+ *kwargs* is a dictionary holding the keyword arguments for *action*.
77
78
Return value is an event which may be used for later cancellation of the event
79
(see :meth:`cancel`).
0 commit comments