From: Arisaka97 Date: Wed, 24 Jun 2020 21:50:49 +0000 (+0800) Subject: bpo-40773: Fix rendering for 'retval' on the pdb page (GH-21081) X-Git-Tag: v3.10.0a1~523 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cf18c9e9d4d44f6671a3fe6011bb53d8ee9bd92b;p=thirdparty%2FPython%2Fcpython.git bpo-40773: Fix rendering for 'retval' on the pdb page (GH-21081) Automerge-Triggered-By: @merwok --- diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst index 606e8e534577..ed1e9712c0e3 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