Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878e726 commit 15a64d8Copy full SHA for 15a64d8
1 file changed
Doc/tutorial/errors.rst
@@ -53,7 +53,7 @@ programs, however, and result in error messages as shown here::
53
>>> '2' + 2
54
Traceback (most recent call last):
55
File "<stdin>", line 1, in <module>
56
- TypeError: Can't convert 'int' object to str implicitly
+ TypeError: can only concatenate str (not "int") to str
57
58
The last line of the error message indicates what happened. Exceptions come in
59
different types, and the type is printed as part of the message: the types in
0 commit comments