[Python-checkins] bpo-40773: Fix rendering for 'retval' on the pdb page (GH-21081)

Arisaka97 webhook-mailer at python.org
Wed Jun 24 17:50:57 EDT 2020


https://github.com/python/cpython/commit/cf18c9e9d4d44f6671a3fe6011bb53d8ee9bd92b
commit: cf18c9e9d4d44f6671a3fe6011bb53d8ee9bd92b
branch: master
author: Arisaka97 <solitaire2312 at gmail.com>
committer: GitHub <noreply at github.com>
date: 2020-06-24T14:50:49-07:00
summary:

bpo-40773: Fix rendering for 'retval' on the pdb page (GH-21081)



Automerge-Triggered-By: @merwok

files:
M Doc/library/pdb.rst

diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst
index 606e8e5345770..ed1e9712c0e3d 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



More information about the Python-checkins mailing list