10000 Fix typo "involvin" → "involving" (#104166) · python/cpython@e2ef501 · GitHub
[go: up one dir, main page]

Skip to content

Commit e2ef501

Browse files
< 8000 a class="prc-Link-Link-85e08" href="/chrstphrchvz" data-testid="avatar-icon-link" data-hovercard-url="/users/chrstphrchvz/hovercard">chrstphrchvzchrstphrchvz
authored
Fix typo "involvin" → "involving" (#104166)
1 parent 4f524da commit e2ef501

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Lib/test/test_idle.py

Lines changed: 1 addition & 1 deletion
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,

Lib/test/test_tix.py

Lines changed: 1 addition & 1 deletion
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)
0