[3.11] Fix description of MAKE_CELL (#103986)

Backport of part of #103923
This commit is contained in:
Shantanu 2023-04-29 06:12:46 -07:00 committed by GitHub
parent 9fbb614c4e
commit 86ef1ce121
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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