Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e7bd876

Browse files
committed
Message for NameError has changed
1 parent 71390a9 commit e7bd876

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/tut/tut.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3090,7 +3090,7 @@ \section{Exceptions \label{exceptions}}
30903090
>>> 4 + spam*3
30913091
Traceback (most recent call last):
30923092
File "<stdin>", line 1, in ?
3093-
NameError: spam
3093+
NameError: name 'spam' is not defined
30943094
>>> '2' + 2
30953095
Traceback (most recent call last):
30963096
File "<stdin>", line 1, in ?

0 commit comments

Comments
 (0)