diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2021-09-17 07:15:09 +0300 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-09-17 07:39:52 +0200 |
commit | 4cb8ef1a89aec4fefb1a36fd484fa9f35be18f03 (patch) | |
tree | 223d33e15f4923f708f887a70acdadc991b4c7d4 /tests/lint | |
parent | da36529a6ae1fb83417e600528692530a27aac1f (diff) | |
download | pylint-git-4cb8ef1a89aec4fefb1a36fd484fa9f35be18f03.tar.gz |
Spelling and grammar fixes
Diffstat (limited to 'tests/lint')
-rw-r--r-- | tests/lint/unittest_lint.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lint/unittest_lint.py b/tests/lint/unittest_lint.py index 53d2cd739..5cb88f043 100644 --- a/tests/lint/unittest_lint.py +++ b/tests/lint/unittest_lint.py @@ -824,7 +824,7 @@ def test_filename_with__init__(init_linter: PyLinter) -> None: def test_by_module_statement_value(init_linter: PyLinter) -> None: - """Test "statement" for each module analized of computed correctly.""" + """Test "statement" for each module analyzed of computed correctly.""" linter = init_linter linter.check([os.path.join(os.path.dirname(__file__), "data")]) |