Spelling and grammar fixes

This commit is contained in:
Ville Skyttä 2018-05-13 19:08:22 +02:00
parent 5221014947
commit 9f74e7a4ca
5 changed files with 5 additions and 5 deletions

View file

@ -86,7 +86,7 @@ setuptools.setup(
],
'flake8.extension': [
'F = flake8.plugins.pyflakes:FlakesChecker',
# PEP-0008 checks provied by PyCQA/pycodestyle
# PEP-0008 checks provided by PyCQA/pycodestyle
PEP8_PLUGIN('tabs_or_spaces'),
PEP8_PLUGIN('tabs_obsolete'),
PEP8_PLUGIN('trailing_whitespace'),