Skip to content

Commit ebee00b

Browse files
committed
[3.11] Fix description of MAKE_CELL
Backport of part of python#103923
1 parent a3a5b4b commit ebee00b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/dis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1207,7 +1207,7 @@ iterations of the loop.
12071207

12081208
.. opcode:: MAKE_CELL (i)
12091209

1210-
Creates a new cell in slot ``i``. If that slot is empty then
1210+
Creates a new cell in slot ``i``. If that slot is nonempty then
12111211
that value is stored into the new cell.
12121212

12131213
.. versionadded:: 3.11

0 commit comments

Comments
 (0)