File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1242,7 +1242,7 @@ class MyAbcSequence(collections.abc.Sequence):
1242
1242
return self .a[i]
1243
1243
```
1244
1244
1245
- #### Table of the required and available methods:
1245
+ #### Table of required and available special methods:
1246
1246
``` text
1247
1247
+------------+----------+------------+----------+--------------+
1248
1248
| | Iterable | Collection | Sequence | abc.Sequence |
Original file line number Diff line number Diff line change @@ -1154,7 +1154,7 @@ <h3 id="collectionsabcsequence">Collections.abc.Sequence</h3>
1154
1154
< span class ="hljs-function "> < span class ="hljs-keyword "> def</ span > < span class ="hljs-title "> __getitem__</ span > < span class ="hljs-params "> (self, i)</ span > :</ span >
1155
1155
< span class ="hljs-keyword "> return</ span > self.a[i]
1156
1156
</ code > </ pre >
1157
- < h4 id ="tableoftherequiredandavailablemethods "> Table of the required and available methods:</ h4 >
1157
+ < h4 id ="tableofrequiredandavailablespecialmethods "> Table of required and available special methods:</ h4 >
1158
1158
< pre > < code class ="text language-text "> ┏━━━━━━━━━━━━┯━━━━━━━━━━┯━━━━━━━━━━━━┯━━━━━━━━━━┯━━━━━━━━━━━━━━┓
1159
1159
┃ │ Iterable │ Collection │ Sequence │ abc.Sequence ┃
1160
1160
┠────────────┼──────────┼────────────┼──────────┼──────────────┨
You can’t perform that action at this time.
0 commit comments