Kaydet (Commit) 6fd3b228 authored tarafından Fred Drake's avatar Fred Drake

When explaining the enterabs() method, using the modern spelling of apply(),

and relax the type of the argument list from tuple to sequence.
üst 6fdb90c0
......@@ -55,9 +55,9 @@ to the constructor. Events scheduled for
the same \var{time} will be executed in the order of their
\var{priority}.
Executing the event means executing \code{apply(\var{action},
\var{argument})}. \var{argument} must be a tuple holding the
parameters for \var{action}.
Executing the event means executing
\code{\var{action}(*\var{argument})}. \var{argument} must be a
sequence holding the parameters for \var{action}.
Return value is an event which may be used for later cancellation of
the event (see \method{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