From 6b945d6a6ebb84488ff5fd6f4e3b84883e002eb8 Mon Sep 17 00:00:00 2001 From: Arisaka97 Date: Thu, 25 Jun 2020 05:50:49 +0800 Subject: [PATCH] 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(+) diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst index a52549feeca0611..99e48e9409e3f77 100644 --- a/Doc/library/pdb.rst +++ b/Doc/library/pdb.rst @@ -536,6 +536,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