Skip to content

Commit

Permalink
[3.11] Fix description of MAKE_CELL
Browse files Browse the repository at this point in the history
Backport of part of python#103923
  • Loading branch information
hauntsaninja committed Apr 29, 2023
1 parent 9fbb614 commit abf86a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/dis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,7 @@ iterations of the loop.

.. 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.

.. versionadded:: 3.11
Expand Down

0 comments on commit abf86a1

Please sign in to comment.