summaryrefslogtreecommitdiff
path: root/tests/test_check_parallel.py
diff options
context:
space:
mode:
authorFrank Harrison <frank@doublethefish.com>2020-08-06 10:36:13 +0100
committerBryce Guinta <bryce.guinta@protonmail.com>2020-10-19 12:26:17 -0700
commit9d92927384348479757724488884f808f434d702 (patch)
tree26adea954108bcf3543185890010a75fc4955646 /tests/test_check_parallel.py
parent8bd7cc81d18a96c3d7acdcc5d4cd0db8fa64f5f3 (diff)
downloadpylint-git-9d92927384348479757724488884f808f434d702.tar.gz
review fixes| Fixes typos
Diffstat (limited to 'tests/test_check_parallel.py')
-rw-r--r--tests/test_check_parallel.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_check_parallel.py b/tests/test_check_parallel.py
index c30a88e0a..5219ba21b 100644
--- a/tests/test_check_parallel.py
+++ b/tests/test_check_parallel.py
@@ -308,10 +308,10 @@ class TestCheckParallel:
"""Compares the 3 key parameters for check_parallel() produces the same results
The intent here is to ensure that the check_parallel() operates on each file,
- without ordering issues, irespective of the number of workers used and the
+ without ordering issues, irrespective of the number of workers used and the
number of checkers applied.
- This test becomes mre important if we want to change how we paraterise the
+ This test becomes more important if we want to change how we parametrise the
checkers, for example if we aim to batch the files across jobs. """
# define the stats we expect to get back from the runs, these should only vary