mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
[3.11] Fix description of MAKE_CELL (#103986)
Backport of part of #103923
This commit is contained in:
parent
9fbb614c4e
commit
86ef1ce121
1 changed files with 1 additions and 1 deletions
|
@ -1088,7 +1088,7 @@ iterations of the loop.
|
||||||
|
|
||||||
.. opcode:: MAKE_CELL (i)
|
.. opcode:: MAKE_CELL (i)
|
||||||
|
|
||||||
Creates a new cell in slot ``i``. If that slot is empty then
|
Creates a new cell in slot ``i``. If that slot is nonempty then
|
||||||
that value is stored into the new cell.
|
that value is stored into the new cell.
|
||||||
|
|
||||||
.. versionadded:: 3.11
|
.. versionadded:: 3.11
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue