Skip to content

Commit d52aa6f

Browse files
committed
Updated exceptions diagram
1 parent 5193a24 commit d52aa6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/script_2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ const DIAGRAM_8_B =
132132
" │ └── ZeroDivisionError <span class='hljs-comment'># Raised when dividing by zero.</span>\n" +
133133
" ├── AttributeError <span class='hljs-comment'># Raised when an attribute is missing.</span>\n" +
134134
" ├── EOFError <span class='hljs-comment'># Raised by input() when it hits end-of-file condition.</span>\n" +
135-
" ├── LookupError <span class='hljs-comment'># Raised when a look-up on sequence or dict fails.</span>\n" +
135+
" ├── LookupError <span class='hljs-comment'># Raised when a look-up on a sequence or dict fails.</span>\n" +
136136
" │ ├── IndexError <span class='hljs-comment'># Raised when a sequence index is out of range.</span>\n" +
137137
" │ └── KeyError <span class='hljs-comment'># Raised when a dictionary key is not found.</span>\n" +
138138
" ├── NameError <span class='hljs-comment'># Raised when a variable name is not found.</span>\n" +

0 commit comments

Comments
 (0)