summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/pdb.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst
index 606e8e5..ed1e971 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