Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c47a73c

Browse files
Fix blank lines
1 parent 1a00d47 commit c47a73c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/pdb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1714,7 +1714,7 @@ def _help_message_from_doc(self, doc):
17141714
usage = "\n".join([f"{' ' * len(self.prompt)}Usage: {lines[0].strip()}"] + \
17151715
[f"{' ' * len(self.prompt + 'Usage: ')}"
17161716
f"{line.strip()}" for line in lines[1:usage_end]])
1717-
1717+
17181718
description = "\n".join(f" {line.strip()}" for line in lines[usage_end:])
17191719

17201720
return f"{usage}\n{description}"

0 commit comments

Comments
 (0)