summaryrefslogtreecommitdiff
path: root/PEP.txt
diff options
context:
space:
mode:
Diffstat (limited to 'PEP.txt')
-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.
==========