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

Skip to content

Commit 7217e6e

Browse files
Fix blank lines
1 parent 4e88b9c commit 7217e6e

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
@@ -1704,7 +1704,7 @@ def _help_message_from_doc(self, doc):
17041704
usage = "\n".join([f"{' ' * len(self.prompt)}Usage: {lines[0].strip()}"] + \
17051705
[f"{' ' * len(self.prompt + 'Usage: ')}"
17061706
f"{line.strip()}" for line in lines[1:usage_end]])
1707-
1707+
17081708
description = "\n".join(f" {line.strip()}" for line in lines[usage_end:])
17091709

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

0 commit comments

Comments
 (0)