@ -1429,8 +1429,8 @@ BaseException
+-----------+------------+------------+------------+
| | List | Set | Dict |
| pop() | IndexError | KeyError | KeyError |
| getitem() | IndexError | | KeyError |
| remove() | ValueError | KeyError | |
| index() | ValueError | | |
@ -1369,8 +1369,8 @@ error_msg = <span class="hljs-string">''</span>.join(traceback.format_exception(
<div><h4 id="collectionsandtheirexceptions">Collections and their exceptions:</h4><pre><code class="text language-text">┏━━━━━━━━━━━┯━━━━━━━━━━━━┯━━━━━━━━━━━━┯━━━━━━━━━━━━┓
┃ │ List │ Set │ Dict ┃
┠───────────┼────────────┼────────────┼────────────┨
┃ pop() │ IndexError │ KeyError │ KeyError ┃
┃ getitem() │ IndexError │ │ KeyError ┃
┃ remove() │ ValueError │ KeyError │ ┃
┃ index() │ ValueError │ │ ┃
┗━━━━━━━━━━━┷━━━━━━━━━━━━┷━━━━━━━━━━━━┷━━━━━━━━━━━━┛
@ -236,8 +236,8 @@ const DIAGRAM_8_B =
'┏━━━━━━━━━━━┯━━━━━━━━━━━━┯━━━━━━━━━━━━┯━━━━━━━━━━━━┓\n' +
'┃ │ List │ Set │ Dict ┃\n' +
'┠───────────┼────────────┼────────────┼────────────┨\n' +
'┃ pop() │ IndexError │ KeyError │ KeyError ┃\n' +
'┃ getitem() │ IndexError │ │ KeyError ┃\n' +
'┃ remove() │ ValueError │ KeyError │ ┃\n' +
'┃ index() │ ValueError │ │ ┃\n' +
'┗━━━━━━━━━━━┷━━━━━━━━━━━━┷━━━━━━━━━━━━┷━━━━━━━━━━━━┛\n';