diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-06-24 22:01:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-24 22:01:04 (GMT) |
commit | c1634ac834729eb46caf98efcb7e33b8698d54a7 (patch) | |
tree | a3e364ed34efdb98b96f95c42aa2e3b9d695f3ba /Doc | |
parent | 29aa8085e95e106f4b9e312169d4af87e9b5e3e2 (diff) | |
download | cpython-c1634ac834729eb46caf98efcb7e33b8698d54a7.zip cpython-c1634ac834729eb46caf98efcb7e33b8698d54a7.tar.gz cpython-c1634ac834729eb46caf98efcb7e33b8698d54a7.tar.bz2 |
bpo-40773: Fix rendering for 'retval' on the pdb page (GH-21081)
Automerge-Triggered-By: @merwok
(cherry picked from commit cf18c9e9d4d44f6671a3fe6011bb53d8ee9bd92b)
Co-authored-by: Arisaka97 <solitaire2312@gmail.com>
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/pdb.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst index 606e8e5..ed1e971 100644 --- a/Doc/library/pdb.rst +++ b/Doc/library/pdb.rst @@ -538,6 +538,7 @@ by the local file. executed in the current environment). .. pdbcommand:: retval + Print the return value for the last return of a function. .. rubric:: Footnotes |