From e7bd876f9dd922e722d6d34aaa3ecb05c2e16e71 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Thu, 2 May 2002 14:31:55 +0000 Subject: Message for NameError has changed --- Doc/tut/tut.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 49f36b7..dcf84cb 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -3090,7 +3090,7 @@ ZeroDivisionError: integer division or modulo >>> 4 + spam*3 Traceback (most recent call last): File "", line 1, in ? -NameError: spam +NameError: name 'spam' is not defined >>> '2' + 2 Traceback (most recent call last): File "", line 1, in ? -- cgit v0.12