diff options
author | 2020-06-24 15:03:11 -0700 | |
---|---|---|
committer | 2020-06-24 15:03:11 -0700 | |
commit | ec05a7feed120503a3ad2dd4547eea2aa9a81dae (patch) | |
tree | 95f3a010224db6c292c61e485d60b64d4b8d398e /Doc | |
parent | bpo-41094: Additional fix for PYTHONSTARTUP. (GH-21119) (diff) | |
download | cpython-ec05a7feed120503a3ad2dd4547eea2aa9a81dae.tar.gz cpython-ec05a7feed120503a3ad2dd4547eea2aa9a81dae.tar.bz2 cpython-ec05a7feed120503a3ad2dd4547eea2aa9a81dae.zip |
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 5ee7faaa5c9..ca0a507a0e6 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 |