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

Miss Islington (bot) webhook-mailer at python.org
Wed Jun 24 18:03:21 EDT 2020


https://github.com/python/cpython/commit/ec05a7feed120503a3ad2dd4547eea2aa9a81dae
commit: ec05a7feed120503a3ad2dd4547eea2aa9a81dae
branch: 3.8
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2020-06-24T15:03:11-07:00
summary:

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


Automerge-Triggered-By: @merwok
(cherry picked from commit cf18c9e9d4d44f6671a3fe6011bb53d8ee9bd92b)

Co-authored-by: Arisaka97 <solitaire2312 at gmail.com>

files:
M Doc/library/pdb.rst

diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst
index 5ee7faaa5c9f8..ca0a507a0e64e 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