From 920d1e5264ddac513c832aa3c3a81eee0c053063 Mon Sep 17 00:00:00 2001 From: Arisaka97 Date: Tue, 23 Jun 2020 21:54:11 +0800 Subject: [PATCH] bpo-40773: Fix rendering for 'retval' on the pdb page --- Doc/library/pdb.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst index 606e8e534577067..ed1e9712c0e3de4 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