diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst index a52549feeca061..99e48e9409e3f7 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