Fixed a few >80 char lines

This commit is contained in:
brian.quinlan
2009-10-16 04:47:42 +00:00
parent 4f2242d158
commit ca940cb571

View File

@@ -113,7 +113,8 @@ possibly out-of-order. The returned iterator raises a `TimeoutError` if
`__next__()` is called and the result isn't available after *timeout* seconds
from the original call to `run_to_results()`. If *timeout* is not specified or
``None`` then there is no limit to the wait time. If a call raises an exception
then that exception will be raised when its value is retrieved from the iterator.
then that exception will be raised when its value is retrieved from the
iterator.
`Executor.shutdown()`
@@ -201,7 +202,8 @@ cancelled.
`done_futures()`
Return an iterator over all `Future` instances that completed are were cancelled.
Return an iterator over all `Future` instances that completed are were
cancelled.
`successful_futures()`