[Python-checkins] python/dist/src/Doc/tut tut.tex,1.160,1.161

akuchling@sourceforge.net akuchling@sourceforge.net
Thu, 02 May 2002 07:31:57 -0700


Update of /cvsroot/python/python/dist/src/Doc/tut
In directory usw-pr-cvs1:/tmp/cvs-serv26832

Modified Files:
	tut.tex 
Log Message:
Message for NameError has changed

Index: tut.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tut/tut.tex,v
retrieving revision 1.160
retrieving revision 1.161
diff -C2 -d -r1.160 -r1.161
*** tut.tex	26 Apr 2002 20:29:44 -0000	1.160
--- tut.tex	2 May 2002 14:31:55 -0000	1.161
***************
*** 3091,3095 ****
  Traceback (most recent call last):
    File "<stdin>", line 1, in ?
! NameError: spam
  >>> '2' + 2
  Traceback (most recent call last):
--- 3091,3095 ----
  Traceback (most recent call last):
    File "<stdin>", line 1, in ?
! NameError: name 'spam' is not defined
  >>> '2' + 2
  Traceback (most recent call last):