Skip to content

Commit f9003f7

Browse files
authored
Add "rv" short form to retval docstring
Similar to other cases e.g. "ll | longlist"
1 parent 5f8d9d3 commit f9003f7

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)