Fix bad quote.

This commit is contained in:
Guido van Rossum 2010-02-23 23:28:27 +00:00
parent e3b65187e5
commit 93cf74610f
1 changed files with 1 additions and 1 deletions

View File

@ -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.