]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-40773: Fix rendering for 'retval' on the pdb page (GH-21081)
authorArisaka97 <solitaire2312@gmail.com>
Wed, 24 Jun 2020 21:50:49 +0000 (05:50 +0800)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2020 21:50:49 +0000 (14:50 -0700)
Automerge-Triggered-By: @merwok
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