Skip to content

Commit

Permalink
[3.11] Fix description of MAKE_CELL (#103986)
Browse files Browse the repository at this point in the history
Backport of part of #103923
  • Loading branch information
hauntsaninja committed Apr 29, 2023
1 parent 9fbb614 commit 86ef1ce
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 86ef1ce

Please sign in to comment.