From ac1aca44dc2c13f12121a7b43e45e3c937d0a3d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Tue, 13 Aug 2019 10:14:54 +0200 Subject: [PATCH] Exceptions --- README.md | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7cf3f1..5d70849 100644 --- a/README.md +++ b/README.md @@ -1408,7 +1408,7 @@ BaseException ``` #### Collections and their exceptions: -```python +```text +-----------+------------+----------+----------+ | | list | dict | set | +-----------+------------+----------+----------+ diff --git a/index.html b/index.html index b545e6a..802a8c6 100644 --- a/index.html +++ b/index.html @@ -1309,7 +1309,7 @@ LogicOp = Enum('LogicOp', {Collections and their exceptions:
+-----------+------------+----------+----------+
+

Collections and their exceptions:

+-----------+------------+----------+----------+
 |           |    list    |   dict   |   set    |
 +-----------+------------+----------+----------+
 | getitem() | IndexError | KeyError |          |