Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.2k
Commit73e4328
gh-134789: Document del s[i] operation for mutable sequences (GH-134804)[main] Update stdtypes.rst- Added explicit mention of `del s[i]` (item deletion by index) to the Mutable Sequence Types section.- Clarified that this operation removes the item at the specified index from the sequence.- Addresses issueGH-134789.(cherry picked from commit967f361)Co-authored-by: Rishabh Singh <67859818+rishabh11336@users.noreply.github.com>
1 parentc6af7f4 commit73e4328
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1172 | 1172 |
| |
1173 | 1173 |
| |
1174 | 1174 |
| |
| 1175 | + | |
| 1176 | + | |
1175 | 1177 |
| |
1176 | 1178 |
| |
1177 | 1179 |
| |
|
0 commit comments
Comments
(0)