summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrian.quinlan <devnull@localhost>2009-10-16 04:47:42 +0000
committerbrian.quinlan <devnull@localhost>2009-10-16 04:47:42 +0000
commitea6b714ad2398c052b69ead66e3e45c84d6df3c5 (patch)
treec56ecf56090c66bcc2012130438b3d7d05b6c3b7
parentddbd82f9c65e681a4687045d6323f70085b2a136 (diff)
downloadfutures-ea6b714ad2398c052b69ead66e3e45c84d6df3c5.tar.gz
Fixed a few >80 char lines
-rw-r--r--PEP.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/PEP.txt b/PEP.txt
index 240ffca..7548639 100644
--- a/PEP.txt
+++ b/PEP.txt
@@ -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()`