Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 74644c2

Browse files
committed
Exceptions
1 parent 7c5d1a1 commit 74644c2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1429,8 +1429,8 @@ BaseException
14291429
+-----------+------------+------------+------------+
14301430
| | List | Set | Dict |
14311431
+-----------+------------+------------+------------+
1432-
| pop() | IndexError | KeyError | KeyError |
14331432
| getitem() | IndexError | | KeyError |
1433+
| pop() | IndexError | KeyError | KeyError |
14341434
| remove() | ValueError | KeyError | |
14351435
| index() | ValueError | | |
14361436
+-----------+------------+------------+------------+

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1369,8 +1369,8 @@
13691369
<div><h4 id="collectionsandtheirexceptions">Collections and their exceptions:</h4><pre><code class="text language-text">┏━━━━━━━━━━━┯━━━━━━━━━━━━┯━━━━━━━━━━━━┯━━━━━━━━━━━━┓
13701370
┃ │ List │ Set │ Dict ┃
13711371
┠───────────┼────────────┼────────────┼────────────┨
1372-
┃ pop() │ IndexError │ KeyError │ KeyError ┃
13731372
┃ getitem() │ IndexError │ │ KeyError ┃
1373+
┃ pop() │ IndexError │ KeyError │ KeyError ┃
13741374
┃ remove() │ ValueError │ KeyError │ ┃
13751375
┃ index() │ ValueError │ │ ┃
13761376
┗━━━━━━━━━━━┷━━━━━━━━━━━━┷━━━━━━━━━━━━┷━━━━━━━━━━━━┛

parse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@ const DIAGRAM_8_B =
236236
'┏━━━━━━━━━━━┯━━━━━━━━━━━━┯━━━━━━━━━━━━┯━━━━━━━━━━━━┓\n' +
237237
'┃ │ List │ Set │ Dict ┃\n' +
238238
'┠───────────┼────────────┼────────────┼────────────┨\n' +
239-
'┃ pop() │ IndexError │ KeyError │ KeyError ┃\n' +
240239
'┃ getitem() │ IndexError │ │ KeyError ┃\n' +
240+
'┃ pop() │ IndexError │ KeyError │ KeyError ┃\n' +
241241
'┃ remove() │ ValueError │ KeyError │ ┃\n' +
242242
'┃ index() │ ValueError │ │ ┃\n' +
243243
'┗━━━━━━━━━━━┷━━━━━━━━━━━━┷━━━━━━━━━━━━┷━━━━━━━━━━━━┛\n';

0 commit comments

Comments
 (0)