summaryrefslogtreecommitdiff
path: root/tests/primer
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-12-21 23:44:51 +0100
committerGitHub <noreply@github.com>2021-12-21 23:44:51 +0100
commitc0fbbb7adbc39cbd67bbd0e0b1ca4e9421c12643 (patch)
tree45cc2ffa41daec92ecd13bbd4edc5c0bd9872bd5 /tests/primer
parent29bf25c1e4e93477cc4cf7e1250b007e4a8b07e6 (diff)
downloadpylint-git-c0fbbb7adbc39cbd67bbd0e0b1ca4e9421c12643.tar.gz
Fix typos accross the whole codebase (#5575)
Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com> Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
Diffstat (limited to 'tests/primer')
-rw-r--r--tests/primer/test_primer_stdlib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/primer/test_primer_stdlib.py b/tests/primer/test_primer_stdlib.py
index f403cbbf5..96c847bc8 100644
--- a/tests/primer/test_primer_stdlib.py
+++ b/tests/primer/test_primer_stdlib.py
@@ -46,7 +46,7 @@ MODULES_NAMES = [m[1] for m in MODULES_TO_CHECK]
def test_primer_stdlib_no_crash(
test_module_location: str, test_module_name: str, capsys: CaptureFixture
) -> None:
- """Test that pylint does not produces any crashes or fatal errors on stdlib modules"""
+ """Test that pylint does not produce any crashes or fatal errors on stdlib modules"""
__tracebackhide__ = True # pylint: disable=unused-variable
os.chdir(test_module_location)
with _patch_stdout(io.StringIO()):