Skip to content

Commit 700c166

Browse files
committed
Remove index entries
1 parent f35df32 commit 700c166

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Doc/library/stdtypes.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,8 +1000,6 @@ operations have the same priority as the corresponding numeric operations. [3]_
10001000
pair: slice; operation
10011001
pair: operator; in
10021002
pair: operator; not in
1003-
single: count() (sequence method)
1004-
single: index() (sequence method)
10051003

10061004
+--------------------------+--------------------------------+----------+
10071005
| Operation | Result | Notes |
@@ -1217,14 +1215,6 @@ accepts integers that meet the value restriction ``0 <= x <= 255``).
12171215
pair: subscript; assignment
12181216
pair: slice; assignment
12191217
pair: statement; del
1220-
single: append() (sequence method)
1221-
single: clear() (sequence method)
1222-
single: copy() (sequence method)
1223-
single: extend() (sequence method)
1224-
single: insert() (sequence method)
1225-
single: pop() (sequence method)
1226-
single: remove() (sequence method)
1227-
single: reverse() (sequence method)
12281218

12291219
+------------------------------+--------------------------------+---------------------+
12301220
| Operation | Result | Notes |

0 commit comments

Comments
 (0)