Skip to content

Commit 0ede757

Browse files
committed
Iterable duck types table fix
1 parent 589c7ae commit 0ede757

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1250,7 +1250,6 @@ class MyAbcSequence(collections.abc.Sequence):
12501250
| len() | | REQ | REQ | REQ |
12511251
| getitem() | | | REQ | REQ |
12521252
| reversed() | | | yes | yes |
1253-
| reverse() | | | | yes |
12541253
| index() | | | | yes |
12551254
| count() | | | | yes |
12561255
+------------+----------+------------+----------+--------------+

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1162,7 +1162,6 @@ <h4 id="tableofrequiredandavailablespecialmethods">Table of required and availab
11621162
| len() | | REQ | REQ | REQ |
11631163
| getitem() | | | REQ | REQ |
11641164
| reversed() | | | yes | yes |
1165-
| reverse() | | | | yes |
11661165
| index() | | | | yes |
11671166
| count() | | | | yes |
11681167
+------------+----------+------------+----------+--------------+

parse.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ const DIAGRAM_7_A =
177177
'| len() | | REQ | REQ | REQ |\n' +
178178
'| getitem() | | | REQ | REQ |\n' +
179179
'| reversed() | | | yes | yes |\n' +
180-
'| reverse() | | | | yes |\n' +
181180
'| index() | | | | yes |\n' +
182181
'| count() | | | | yes |\n' +
183182
'+------------+----------+------------+----------+--------------+\n';
@@ -191,7 +190,6 @@ const DIAGRAM_7_B =
191190
'┃ len() │ │ ! │ ! │ ! ┃\n' +
192191
'┃ getitem() │ │ │ ! │ ! ┃\n' +
193192
'┃ reversed() │ │ │ ✓ │ ✓ ┃\n' +
194-
'┃ reverse() │ │ │ │ ✓ ┃\n' +
195193
'┃ index() │ │ │ │ ✓ ┃\n' +
196194
'┃ count() │ │ │ │ ✓ ┃\n' +
197195
'┗━━━━━━━━━━━━┷━━━━━━━━━━┷━━━━━━━━━━━━┷━━━━━━━━━━┷━━━━━━━━━━━━━━┛\n';

web/script_2.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ const DIAGRAM_7_B =
150150
'┃ len() │ │ ! │ ! │ ! ┃\n' +
151151
'┃ getitem() │ │ │ ! │ ! ┃\n' +
152152
'┃ reversed() │ │ │ ✓ │ ✓ ┃\n' +
153-
'┃ reverse() │ │ │ │ ✓ ┃\n' +
154153
'┃ index() │ │ │ │ ✓ ┃\n' +
155154
'┃ count() │ │ │ │ ✓ ┃\n' +
156155
'┗━━━━━━━━━━━━┷━━━━━━━━━━┷━━━━━━━━━━━━┷━━━━━━━━━━┷━━━━━━━━━━━━━━┛\n';

0 commit comments

Comments
 (0)