mirror of
https://github.com/python/cpython.git
synced 2025-08-09 19:38:42 +00:00
Fix typo "involvin" → "involving" (#104166)
This commit is contained in:
parent
4f524da484
commit
e2ef5015d1
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ from test.support import import_helper
|
|||
from test.support import check_sanitizer
|
||||
|
||||
if check_sanitizer(address=True, memory=True):
|
||||
raise unittest.SkipTest("Tests involvin libX11 can SEGFAULT on ASAN/MSAN builds")
|
||||
raise unittest.SkipTest("Tests involving libX11 can SEGFAULT on ASAN/MSAN builds")
|
||||
|
||||
|
||||
# Skip this test if the _tkinter module wasn't built.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue