File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -422,7 +422,7 @@ often reveals common reasons why you might get that error.
422422
423423> ## Reading Error Messages
424424>
425- > Read the traceback below, and identify the following pieces of information about it :
425+ > Read the python code and the resulting traceback below, and answer the following questions :
426426>
427427> 1. How many levels does the traceback have?
428428> 2. What is the function name where the error occurred?
@@ -431,7 +431,7 @@ often reveals common reasons why you might get that error.
431431> 5. What is the error message?
432432>
433433> ~~~
434- > # This code has an intentional error. You can type it directly or
434+ > # This code has an intentional error. Do not type it directly;
435435> # use it for reference to understand the error message below.
436436> def print_message(day):
437437> messages = {
You can’t perform that action at this time.
0 commit comments