File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" +
You can’t perform that action at this time.
0 commit comments