File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ const DIAGRAM_8_B =
132
132
" │ └── ZeroDivisionError <span class='hljs-comment'># Raised when dividing by zero.</span>\n" +
133
133
" ├── AttributeError <span class='hljs-comment'># Raised when an attribute is missing.</span>\n" +
134
134
" ├── 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" +
136
136
" │ ├── IndexError <span class='hljs-comment'># Raised when a sequence index is out of range.</span>\n" +
137
137
" │ └── KeyError <span class='hljs-comment'># Raised when a dictionary key is not found.</span>\n" +
138
138
" ├── NameError <span class='hljs-comment'># Raised when a variable name is not found.</span>\n" +
You can’t perform that action at this time.
0 commit comments