From 8fe9cc3bcf9888a105d82a964a75218c2e70455c Mon Sep 17 00:00:00 2001 From: Dan Raviv Date: Sat, 16 May 2026 16:08:53 -0700 Subject: [PATCH] Add "rv" short form to retval docstring Similar to other cases e.g. "ll | longlist" --- Lib/pdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/pdb.py b/Lib/pdb.py index 458eb8352652366..4c1206cfe6853d2 100644 --- a/Lib/pdb.py +++ b/Lib/pdb.py @@ -2251,7 +2251,7 @@ def do_args(self, arg): do_a = do_args def do_retval(self, arg): - """retval + """rv | retval Print the return value for the last return of a function. """