From bfb166f1b6f2a67777ddc5bfa692bf1308413dc5 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 13 Nov 2018 16:11:00 -0500 Subject: Typo --- tests/test_process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_process.py b/tests/test_process.py index 30185eaf..b9db6c4c 100644 --- a/tests/test_process.py +++ b/tests/test_process.py @@ -1336,7 +1336,7 @@ class ProcessStartupWithSourceTest(ProcessCoverageMixin, CoverageTest): """ if env.METACOV: - self.skipTest("Can't test sub-process pth file suppport during metacoverage") + self.skipTest("Can't test sub-process pth file support during metacoverage") def fullname(modname): """What is the full module name for `modname` for this test?""" -- cgit v1.2.1