This commit is contained in:
Andrew M. Kuchling 2001-10-29 22:36:27 +00:00
parent 7a5d23bb6b
commit 939e9ad3f5
1 changed files with 1 additions and 1 deletions

View File

@ -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().