From a95fd1b69d70037f5e68ed053fcbe8da4a795b2b Mon Sep 17 00:00:00 2001 From: "brian.quinlan" Date: Fri, 16 Oct 2009 03:47:12 +0000 Subject: Fixes a >80 character line --- PEP.txt | 8 ++++---- 1 file 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 -- cgit v1.2.1