Skip to content

Commit 44f0efa

Browse files
committed
Changed instructions to suggest not typing buggy code.
1 parent ff80255 commit 44f0efa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_episodes/07-errors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 = {

0 commit comments

Comments
 (0)