From ddbd82f9c65e681a4687045d6323f70085b2a136 Mon Sep 17 00:00:00 2001 From: "brian.quinlan" Date: Fri, 16 Oct 2009 04:45:36 +0000 Subject: Fixed a >80 char line --- PEP.txt | 4 ++-- 1 file 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. ========== -- cgit v1.2.1