diff options
Diffstat (limited to 'Lib/test/test_lltrace.py')
-rw-r--r-- | Lib/test/test_lltrace.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_lltrace.py b/Lib/test/test_lltrace.py index 8f1a92e..06e33f4 100644 --- a/Lib/test/test_lltrace.py +++ b/Lib/test/test_lltrace.py @@ -12,7 +12,7 @@ class TestLLTrace(unittest.TestCase): # If this test fails, it will reproduce a crash reported as # bpo-34113. The crash happened at the command line console of # debug Python builds with __ltrace__ enabled (only possible in console), - # when the interal Python stack was negatively adjusted + # when the internal Python stack was negatively adjusted with open(os_helper.TESTFN, 'w', encoding='utf-8') as fd: self.addCleanup(os_helper.unlink, os_helper.TESTFN) fd.write(textwrap.dedent("""\ |