mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-14 08:24:46 +00:00
fix a few small spelling issues
found via `pre-commit try-repo https://github.com/codespell-project/codespell --all-files`
This commit is contained in:
parent
93209ffac9
commit
2fe70dda6b
14 changed files with 16 additions and 16 deletions
|
|
@ -42,7 +42,7 @@ def test_get_style_guide():
|
|||
|
||||
|
||||
def test_styleguide_options():
|
||||
"""Show tha we proxy the StyleGuide.options attribute."""
|
||||
"""Show that we proxy the StyleGuide.options attribute."""
|
||||
app = mock.Mock()
|
||||
app.options = 'options'
|
||||
style_guide = api.StyleGuide(app)
|
||||
|
|
@ -50,7 +50,7 @@ def test_styleguide_options():
|
|||
|
||||
|
||||
def test_styleguide_paths():
|
||||
"""Show tha we proxy the StyleGuide.paths attribute."""
|
||||
"""Show that we proxy the StyleGuide.paths attribute."""
|
||||
app = mock.Mock()
|
||||
app.paths = 'paths'
|
||||
style_guide = api.StyleGuide(app)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue