Fix typo
This commit is contained in:
parent
7a5d23bb6b
commit
939e9ad3f5
|
@ -18,7 +18,7 @@ Abstract
|
||||||
statements in "real" interactive shells, i.e. have __future__
|
statements in "real" interactive shells, i.e. have __future__
|
||||||
statements' effects last the life of the shell.
|
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
|
unresolved issue mentioned in PEP 236, the inability to stop
|
||||||
compile() inheriting the effect of future statements affecting the
|
compile() inheriting the effect of future statements affecting the
|
||||||
code calling compile().
|
code calling compile().
|
||||||
|
|
Loading…
Reference in New Issue