mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Remove duplication.
This commit is contained in:
parent
a5a9a9c369
commit
e130a52d8a
36 changed files with 43 additions and 43 deletions
|
@ -94,7 +94,7 @@ class scheduler:
|
|||
restarted.
|
||||
|
||||
It is legal for both the delay function and the action
|
||||
function to to modify the queue or to raise an exception;
|
||||
function to modify the queue or to raise an exception;
|
||||
exceptions are not caught but the scheduler's state remains
|
||||
well-defined so run() may be called again.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue