There was an error while loading. Please reload this page.
remove
removes
1 parent 59be613 commit bc8368eCopy full SHA for bc8368e
1 file changed
Doc/library/stdtypes.rst
@@ -1209,8 +1209,9 @@ accepts integers that meet the value restriction ``0 <= x <= 255``).
1209
| ``s.pop()`` or ``s.pop(i)`` | retrieves the item at *i* and | \(2) |
1210
| | also removes it from *s* | |
1211
+------------------------------+--------------------------------+---------------------+
1212
-| ``s.remove(x)`` | remove the first item from *s* | \(3) |
1213
-| | where ``s[i]`` is equal to *x* | |
+| ``s.remove(x)`` | removes the first item from | \(3) |
+| | *s* where ``s[i]`` is equal to | |
1214
+| | *x* | |
1215
1216
| ``s.reverse()`` | reverses the items of *s* in | \(4) |
1217
| | place | |
0 commit comments