8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
remove
removes
1 parent 19dd2dc commit 967a4f1Copy full SHA for 967a4f1
Doc/library/stdtypes.rst
@@ -1245,8 +1245,9 @@ accepts integers that meet the value restriction ``0 <= x <= 255``).
1245
| ``s.pop()`` or ``s.pop(i)`` | retrieves the item at *i* and | \(2) |
1246
| | also removes it from *s* | |
1247
+------------------------------+--------------------------------+---------------------+
1248
-| ``s.remove(x)`` | remove the first item from *s* | \(3) |
1249
-| | where ``s[i]`` is equal to *x* | |
+| ``s.remove(x)`` | removes the first item from | \(3) |
+| | *s* where ``s[i]`` is equal to | |
1250
+| | *x* | |
1251
1252
| ``s.reverse()`` | reverses the items of *s* in | \(4) |
1253
| | place | |
0 commit comments