summaryrefslogtreecommitdiff
path: root/tests/pyreverse
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-04-22 10:00:43 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-04-26 09:12:32 +0200
commit3bfe47e2c35cce9179df31f01e6ea344da876cbd (patch)
tree7327a34206bb152d6560fe4a7fd73f1eb95127ad /tests/pyreverse
parent9c0c457f773659e3ef6474be975903b4322a7936 (diff)
downloadpylint-git-3bfe47e2c35cce9179df31f01e6ea344da876cbd.tar.gz
[spelling] Remove remaining typoes detected by the spelling checker
Diffstat (limited to 'tests/pyreverse')
-rw-r--r--tests/pyreverse/test_main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pyreverse/test_main.py b/tests/pyreverse/test_main.py
index 06a775b6e..69a6ddb26 100644
--- a/tests/pyreverse/test_main.py
+++ b/tests/pyreverse/test_main.py
@@ -157,7 +157,7 @@ def test_command_line_arguments_yes_no(
) -> None:
"""Regression test for the --module-names option.
- Make sure that we supprot --module-names=yes syntax instead
+ Make sure that we support --module-names=yes syntax instead
of using it as a flag.
"""
with pytest.raises(SystemExit) as wrapped_sysexit: