summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>2023-04-29 13:12:46 (GMT)
committerGitHub <noreply@github.com>2023-04-29 13:12:46 (GMT)
commit86ef1ce1217eefbe005f61d76fa1f7a3aa01b74e (patch)
tree6460eb3f3d4c228b59ecf0b853c9a72e72feed81
parent9fbb614c4ed0b9181db1c1b858dfb93587662d6b (diff)
downloadcpython-86ef1ce1217eefbe005f61d76fa1f7a3aa01b74e.zip
cpython-86ef1ce1217eefbe005f61d76fa1f7a3aa01b74e.tar.gz
cpython-86ef1ce1217eefbe005f61d76fa1f7a3aa01b74e.tar.bz2
[3.11] Fix description of MAKE_CELL (#103986)
Backport of part of #103923
-rw-r--r--Doc/library/dis.rst2
1 files changed, 1 insertions, 1 deletions
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