diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst index 5ee7faaa5c9f8dc..ca0a507a0e64e93 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