diff options
author | Christopher Chavez <chrischavez@gmx.us> | 2023-05-04 13:03:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-04 13:03:52 (GMT) |
commit | e2ef5015d1b6cb56f1a7988583f2fb8c0e6d65fc (patch) | |
tree | 30255c27c426838a01eb547ce368a9b2468b002a /Lib/test/test_idle.py | |
parent | 4f524da4843fb71b3ba43d89cd0265e4ecb29798 (diff) | |
download | cpython-e2ef5015d1b6cb56f1a7988583f2fb8c0e6d65fc.zip cpython-e2ef5015d1b6cb56f1a7988583f2fb8c0e6d65fc.tar.gz cpython-e2ef5015d1b6cb56f1a7988583f2fb8c0e6d65fc.tar.bz2 |
Fix typo "involvin" → "involving" (#104166)
Diffstat (limited to 'Lib/test/test_idle.py')
-rw-r--r-- | Lib/test/test_idle.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_idle.py b/Lib/test/test_idle.py index b94b18a..90cff90 100644 --- a/Lib/test/test_idle.py +++ b/Lib/test/test_idle.py @@ -3,7 +3,7 @@ from test.support.import_helper import import_module 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 test_idle if _tkinter wasn't built, if tkinter is missing, # if tcl/tk is not the 8.5+ needed for ttk widgets, |