diff --git a/web/script_2.js b/web/script_2.js index b718abe..f254969 100644 --- a/web/script_2.js +++ b/web/script_2.js @@ -132,7 +132,7 @@ const DIAGRAM_8_B = " │ └── ZeroDivisionError # Raised when dividing by zero.\n" + " ├── AttributeError # Raised when an attribute is missing.\n" + " ├── EOFError # Raised by input() when it hits end-of-file condition.\n" + - " ├── LookupError # Raised when a look-up on sequence or dict fails.\n" + + " ├── LookupError # Raised when a look-up on a sequence or dict fails.\n" + " │ ├── IndexError # Raised when a sequence index is out of range.\n" + " │ └── KeyError # Raised when a dictionary key is not found.\n" + " ├── NameError # Raised when a variable name is not found.\n" +