]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-40773: Fix rendering for 'retval' on the pdb page (GH-21081)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 24 Jun 2020 22:01:04 +0000 (15:01 -0700)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2020 22:01:04 +0000 (15:01 -0700)
Automerge-Triggered-By: @merwok
(cherry picked from commit cf18c9e9d4d44f6671a3fe6011bb53d8ee9bd92b)

Co-authored-by: Arisaka97 <solitaire2312@gmail.com>
Doc/library/pdb.rst

index 606e8e534577067805916d5ee5fcad4ce3876fd8..ed1e9712c0e3de41247ffcfb2ca4cb381b85dd42 100644 (file)
@@ -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