Added missing right paren.
This commit is contained in:
parent
79817b9890
commit
2d013833a9
|
@ -213,7 +213,7 @@ A conforming event loop object has the following methods:
|
|||
this PEP, where ``run()`` had different behavior, in part because
|
||||
there are already too many APIs that have a method named ``run()``,
|
||||
and in part because there shouldn't be many places where this is
|
||||
called anyway.
|
||||
called anyway.)
|
||||
|
||||
- ``run_until_complete(future, timeout=None)``. Runs the event loop
|
||||
until the Future is done. If a timeout is given, it waits at most
|
||||
|
|
Loading…
Reference in New Issue