Skip to content

Commit ac1aca4

Browse files
committed
Exceptions
1 parent 43fd12c commit ac1aca4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1408,7 +1408,7 @@ BaseException
14081408
```
14091409

14101410
#### Collections and their exceptions:
1411-
```python
1411+
```text
14121412
+-----------+------------+----------+----------+
14131413
| | list | dict | set |
14141414
+-----------+------------+----------+----------+

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1309,7 +1309,7 @@
13091309
+-- UnicodeError # Raised when encoding/decoding strings from/to bytes fails.
13101310
</code></pre></div>
13111311

1312-
<div><h4 id="collectionsandtheirexceptions">Collections and their exceptions:</h4><pre><code class="python language-python hljs">+-----------+------------+----------+----------+
1312+
<div><h4 id="collectionsandtheirexceptions">Collections and their exceptions:</h4><pre><code class="text language-text">+-----------+------------+----------+----------+
13131313
| | list | dict | set |
13141314
+-----------+------------+----------+----------+
13151315
| getitem() | IndexError | KeyError | |

0 commit comments

Comments
 (0)