[Python-checkins] CVS: python/nondist/peps pep-0264.txt,1.8,1.9

A.M. Kuchling akuchling@users.sourceforge.net
Mon, 29 Oct 2001 14:36:30 -0800


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv31759

Modified Files:
	pep-0264.txt 
Log Message:
Fix typo


Index: pep-0264.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0264.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** pep-0264.txt	2001/10/29 16:06:05	1.8
--- pep-0264.txt	2001/10/29 22:36:27	1.9
***************
*** 19,23 ****
      statements' effects last the life of the shell.
  
!     The PEP also takes the oppourtunity to clean up the other
      unresolved issue mentioned in PEP 236, the inability to stop
      compile() inheriting the effect of future statements affecting the
--- 19,23 ----
      statements' effects last the life of the shell.
  
!     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