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

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

Co-authored-by: Arisaka97 <solitaire2312@gmail.com>
This commit is contained in:
Miss Islington (bot) 2020-06-24 15:01:04 -07:00 committed by GitHub
parent 29aa8085e9
commit c1634ac834
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View 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