From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Sat, 29 Apr 2023 13:12:46 +0000 (-0700) Subject: [3.11] Fix description of MAKE_CELL (#103986) X-Git-Tag: v3.11.4~143 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=86ef1ce1217eefbe005f61d76fa1f7a3aa01b74e;p=thirdparty%2FPython%2Fcpython.git [3.11] Fix description of MAKE_CELL (#103986) Backport of part of #103923 --- diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index a61dd75cbeab..7915be81f1f4 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -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