From 0a7cf6155553221c4698be8ee44c51a0643fd5bf Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Wed, 21 Mar 2001 23:21:49 +0000 Subject: [PATCH] minor nits --- pep-0245.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pep-0245.txt b/pep-0245.txt index d9e470234..b26bce657 100644 --- a/pep-0245.txt +++ b/pep-0245.txt @@ -49,6 +49,7 @@ Overview objects, so for those optional parts of this PEP you may want to see[5]. + The Problem Interfaces are important because they solve a number of problems @@ -1007,6 +1008,7 @@ Risks This PEP proposes adding one new keyword to the Python language, `interface'. This will break code. + Open Issues Goals