From ec05a7feed120503a3ad2dd4547eea2aa9a81dae Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Wed, 24 Jun 2020 15:03:11 -0700 Subject: 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 --- Doc/library/pdb.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'Doc') diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst index 5ee7faaa5c9..ca0a507a0e6 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 -- cgit v1.2.3-65-gdbad