]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
docs: use consistent .append() in dis.rst (#115434)
authorNed Batchelder <ned@nedbatchelder.com>
Thu, 15 Feb 2024 07:14:03 +0000 (02:14 -0500)
committerGitHub <noreply@github.com>
Thu, 15 Feb 2024 07:14:03 +0000 (02:14 -0500)
commit474204765bdbdd4bc84a8ba49d3a6558e9e4e3fd
tree57c75ebb1266d89b4c36a2f6bffad3e1c5f06888
parent4ebf8fbdab1c64041ff0ea54b3d15624f6e01511
docs: use consistent .append() in dis.rst (#115434)

The STACK variable is described as like a Python list, so pushing to it should be done with .append() consistently throughout.
Doc/library/dis.rst