Skip to content

Commit 462f9af

Browse files
authored
Fix indentation in print_stack_entry method
1 parent 9ee94a2 commit 462f9af

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
@@ -2429,7 +2429,7 @@ def print_stack_trace(self, count=None):
24292429
except KeyboardInterrupt:
24302430
pass
24312431

2432-
def print_stack_entry(self, frame_lineno, prompt_prefix=None):
2432+
def print_stack_entry(self, frame_lineno, prompt_prefix=None):
24332433
if prompt_prefix is None:
24342434
prompt_prefix = line_prefix
24352435
frame, lineno = frame_lineno

0 commit comments

Comments
 (0)