diff options
author | Arisaka97 <solitaire2312@gmail.com> | 2020-06-24 21:50:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-24 21:50:49 (GMT) |
commit | cf18c9e9d4d44f6671a3fe6011bb53d8ee9bd92b (patch) | |
tree | 1db6ef473bcb55113f252ebeb9463d544f3513e9 /Doc/library/pdb.rst | |
parent | a7dc71470156680f1fd5243290c6d377824b7ef4 (diff) | |
download | cpython-cf18c9e9d4d44f6671a3fe6011bb53d8ee9bd92b.zip cpython-cf18c9e9d4d44f6671a3fe6011bb53d8ee9bd92b.tar.gz cpython-cf18c9e9d4d44f6671a3fe6011bb53d8ee9bd92b.tar.bz2 |
bpo-40773: Fix rendering for 'retval' on the pdb page (GH-21081)
Automerge-Triggered-By: @merwok
Diffstat (limited to 'Doc/library/pdb.rst')
-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 |