]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40421: Fix PyFrame_GetCode() documentation (GH-31535)
authorVictor Stinner <vstinner@python.org>
Wed, 23 Feb 2022 18:49:21 +0000 (19:49 +0100)
committerGitHub <noreply@github.com>
Wed, 23 Feb 2022 18:49:21 +0000 (19:49 +0100)
commit78859e58e4e016286e648d1dc155e0f6cebfa6ff
tree804afe0961277f2ed71e0ff5eb741b353c4929e6
parent0bb40a42d71873ea267aace8c92a02d66fe36dc2
bpo-40421: Fix PyFrame_GetCode() documentation (GH-31535)

Fix PyFrame_GetBack() and PyFrame_GetCode() return type in
the documentation.
Doc/c-api/reflection.rst