Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 86ef1ce

Browse files
authored
[3.11] Fix description of MAKE_CELL (#103986)
Backport of part of #103923
1 parent 9fbb614 commit 86ef1ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/dis.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,7 @@ iterations of the loop.
10881088

10891089
.. opcode:: MAKE_CELL (i)
10901090

1091-
Creates a new cell in slot ``i``. If that slot is empty then
1091+
Creates a new cell in slot ``i``. If that slot is nonempty then
10921092
that value is stored into the new cell.
10931093

10941094
.. versionadded:: 3.11

0 commit comments

Comments
 (0)