Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bharel committed Aug 25, 2024
1 parent b991cd6 commit 26ad6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_pdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -2757,7 +2757,7 @@ def test_pdb_issue_gh_123321():
... 'return',
... 'next',
... 'return',
... 'next', # Tehnically all we care about are the continue
... 'next', # Technically all we care about are the continue
... 'next', # statements. The rest is to trigger the segfault.
... 'continue', # Can't be accurate with output
... 'continue', # due to multithreading.
Expand Down

0 comments on commit 26ad6bc

Please sign in to comment.