]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] Fix description of MAKE_CELL (#103986)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Sat, 29 Apr 2023 13:12:46 +0000 (06:12 -0700)
committerGitHub <noreply@github.com>
Sat, 29 Apr 2023 13:12:46 +0000 (06:12 -0700)
Backport of part of #103923

Doc/library/dis.rst

index a61dd75cbeab671a0f299ca0320eb1687cff75b4..7915be81f1f463dbbcde77e6261bef44cd47ee10 100644 (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