From 86ef1ce1217eefbe005f61d76fa1f7a3aa01b74e Mon Sep 17 00:00:00 2001 From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Sat, 29 Apr 2023 06:12:46 -0700 Subject: [3.11] Fix description of MAKE_CELL (#103986) Backport of part of #103923 --- Doc/library/dis.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index a61dd75..7915be8 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 -- cgit v0.12