From 939e9ad3f5a9c4577e61717f68e1de2df7462136 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Mon, 29 Oct 2001 22:36:27 +0000 Subject: [PATCH] Fix typo --- pep-0264.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0264.txt b/pep-0264.txt index 0a1272057..d28577f19 100644 --- a/pep-0264.txt +++ b/pep-0264.txt @@ -18,7 +18,7 @@ Abstract statements in "real" interactive shells, i.e. have __future__ statements' effects last the life of the shell. - The PEP also takes the oppourtunity to clean up the other + The PEP also takes the opportunity to clean up the other unresolved issue mentioned in PEP 236, the inability to stop compile() inheriting the effect of future statements affecting the code calling compile().