summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrian.quinlan <devnull@localhost>2009-10-16 03:47:12 +0000
committerbrian.quinlan <devnull@localhost>2009-10-16 03:47:12 +0000
commita95fd1b69d70037f5e68ed053fcbe8da4a795b2b (patch)
tree9491d8594b1ec8293c33fa26cd548a35e1d4f616
parentf28fdd50a4fa5f3d835f5a415121a102b82bb8f0 (diff)
downloadfutures-a95fd1b69d70037f5e68ed053fcbe8da4a795b2b.tar.gz
Fixes a >80 character line
-rw-r--r--PEP.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/PEP.txt b/PEP.txt
index 1597348..fac426c 100644
--- a/PEP.txt
+++ b/PEP.txt
@@ -319,10 +319,10 @@ Reference Implementation
The reference implementation [5]_ contains a complete and tested implementation
of a thread-based `Executor` based on the proposed design. It also includes a
-process-based `Executor` implementation that is largely complete but can deadlock
-in certain cases. These cases are not currently well understood and must be
-resolved before the process-based implementation can be considered for
-inclusion.
+process-based `Executor` implementation that is largely complete but can
+deadlock in certain cases. These cases are not currently well understood and must
+be resolved before the process-based implementation can be considered for
+inclusion in this PEP/package.
==========
References