summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrian.quinlan <devnull@localhost>2009-10-16 04:45:36 +0000
committerbrian.quinlan <devnull@localhost>2009-10-16 04:45:36 +0000
commitddbd82f9c65e681a4687045d6323f70085b2a136 (patch)
treed28a5b8f4fe6f01c2ce9e053c91a8f93e5da01ce
parent563ca003dc2caeae6eb9f635bfc15d4da4be58e2 (diff)
downloadfutures-ddbd82f9c65e681a4687045d6323f70085b2a136.tar.gz
Fixed a >80 char line
-rw-r--r--PEP.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/PEP.txt b/PEP.txt
index 52a193e..240ffca 100644
--- a/PEP.txt
+++ b/PEP.txt
@@ -320,8 +320,8 @@ 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
+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.
==========