Skip to content

Commit 8fe9cc3

Browse files
committed
Add "rv" short form to retval docstring
Similar to other cases e.g. "ll | longlist"
1 parent 20e6c2f commit 8fe9cc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/pdb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2251,7 +2251,7 @@ def do_args(self, arg):
22512251
do_a = do_args
22522252

22532253
def do_retval(self, arg):
2254-
"""retval
2254+
"""rv | retval
22552255
22562256
Print the return value for the last return of a function.
22572257
"""

0 commit comments

Comments
 (0)