diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2022-04-22 10:00:43 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2022-04-26 09:12:32 +0200 |
commit | 3bfe47e2c35cce9179df31f01e6ea344da876cbd (patch) | |
tree | 7327a34206bb152d6560fe4a7fd73f1eb95127ad /tests/pyreverse | |
parent | 9c0c457f773659e3ef6474be975903b4322a7936 (diff) | |
download | pylint-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.py | 2 |
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: |