Browse Source

Exceptions

pull/42/head
Jure Šorn 5 years ago
parent
commit
ac1aca44dc
2 changed files with 2 additions and 2 deletions
  1. 2
      README.md
  2. 2
      index.html

2
README.md

@ -1408,7 +1408,7 @@ BaseException
``` ```
#### Collections and their exceptions: #### Collections and their exceptions:
```python ```text
+-----------+------------+----------+----------+ +-----------+------------+----------+----------+
| | list | dict | set | | | list | dict | set |
+-----------+------------+----------+----------+ +-----------+------------+----------+----------+

2
index.html

@ -1309,7 +1309,7 @@ LogicOp = Enum(<span class="hljs-string">'LogicOp'</span>, {<span class="hljs-st
+-- UnicodeError # Raised when encoding/decoding strings from/to bytes fails. +-- UnicodeError # Raised when encoding/decoding strings from/to bytes fails.
</code></pre></div> </code></pre></div>
<div><h4 id="collectionsandtheirexceptions">Collections and their exceptions:</h4><pre><code class="python language-python hljs">+-----------+------------+----------+----------+ <div><h4 id="collectionsandtheirexceptions">Collections and their exceptions:</h4><pre><code class="text language-text">+-----------+------------+----------+----------+
| | list | dict | set | | | list | dict | set |
+-----------+------------+----------+----------+ +-----------+------------+----------+----------+
| getitem() | IndexError | KeyError | | | getitem() | IndexError | KeyError | |

|||||||
100:0
Loading…
Cancel
Save