Fix bad quote.
This commit is contained in:
parent
e3b65187e5
commit
93cf74610f
|
@ -244,7 +244,7 @@ following constants:
|
|||
Returns an iterator over the Future instances given by *fs* that yields futures
|
||||
as they complete (finished or were cancelled). Any futures that completed
|
||||
before `as_completed()` was called will be yielded first. The returned iterator
|
||||
raises a `TimeoutError` if `__next__()` is called and the result isnÕt available
|
||||
raises a `TimeoutError` if `__next__()` is called and the result isn't available
|
||||
after *timeout* seconds from the original call to `as_completed()`. If
|
||||
*timeout* is not specified or `None` then there is no limit to the wait time.
|
||||
|
||||
|
|
Loading…
Reference in New Issue