Skip to content

Commit e2ef501

Browse files
authored
Fix typo "involvin" → "involving" (python#104166)
1 parent 4f524da commit e2ef501

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Lib/test/test_idle.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from test.support import check_sanitizer
44

55
if check_sanitizer(address=True, memory=True):
6-
raise unittest.SkipTest("Tests involvin libX11 can SEGFAULT on ASAN/MSAN builds")
6+
raise unittest.SkipTest("Tests involving libX11 can SEGFAULT on ASAN/MSAN builds")
77

88
# Skip test_idle if _tkinter wasn't built, if tkinter is missing,
99
# if tcl/tk is not the 8.5+ needed for ttk widgets,

Diff for: Lib/test/test_tix.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from test.support import check_sanitizer
66

77
if check_sanitizer(address=True, memory=True):
8-
raise unittest.SkipTest("Tests involvin libX11 can SEGFAULT on ASAN/MSAN builds")
8+
raise unittest.SkipTest("Tests involving libX11 can SEGFAULT on ASAN/MSAN builds")
99

1010

1111
# Skip this test if the _tkinter module wasn't built.

0 commit comments

Comments
 (0)