File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1393,7 +1393,7 @@ BaseException
1393
1393
| +-- ZeroDivisionError # Raised when dividing by zero.
1394
1394
+-- AttributeError # Raised when an attribute is missing.
1395
1395
+-- EOFError # Raised by input() when it hits end-of-file condition.
1396
- +-- LookupError # Raised when a look-up on sequence or dict fails.
1396
+ +-- LookupError # Raised when a look-up on a sequence or dict fails.
1397
1397
| +-- IndexError # Raised when a sequence index is out of range.
1398
1398
| +-- KeyError # Raised when a dictionary key is not found.
1399
1399
+-- NameError # Raised when a variable name is not found.
Original file line number Diff line number Diff line change 1295
1295
| +-- ZeroDivisionError # Raised when dividing by zero.
1296
1296
+-- AttributeError # Raised when an attribute is missing.
1297
1297
+-- EOFError # Raised by input() when it hits end-of-file condition.
1298
- +-- LookupError # Raised when a look-up on sequence or dict fails.
1298
+ +-- LookupError # Raised when a look-up on a sequence or dict fails.
1299
1299
| +-- IndexError # Raised when a sequence index is out of range.
1300
1300
| +-- KeyError # Raised when a dictionary key is not found.
1301
1301
+-- NameError # Raised when a variable name is not found.
You can’t perform that action at this time.
0 commit comments