summaryrefslogtreecommitdiff
path: root/tests/test_self.py
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-04-26 11:27:24 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-04-26 14:39:03 +0200
commitd77adce819e1ecf5b965ced1e8a7454d2138e647 (patch)
tree9d1cb2462de1810c84f1beb1f06331e240c3dc67 /tests/test_self.py
parent5d1519bd27e9d7936f962b4ed148e8835e639364 (diff)
downloadpylint-git-d77adce819e1ecf5b965ced1e8a7454d2138e647.tar.gz
Remove some words from custom dictionary and update spelling
Diffstat (limited to 'tests/test_self.py')
-rw-r--r--tests/test_self.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_self.py b/tests/test_self.py
index a77b5d49c..5e8a40c2d 100644
--- a/tests/test_self.py
+++ b/tests/test_self.py
@@ -557,7 +557,7 @@ class TestRunTC:
a.join("c.py").write(c_code)
with tmpdir.as_cwd():
- # why don't we start pylint in a subprocess?
+ # why don't we start pylint in a sub-process?
expected = (
"************* Module a.b\n"
"a/b.py:3:0: E0401: Unable to import 'a.d' (import-error)\n\n"