Merge branch 'spelling' into 'master'

Spelling and grammar fixes

See merge request pycqa/flake8!232
This commit is contained in:
Ian Stapleton Cordasco 2018-05-20 15:40:41 +00:00
commit d6eea404a8
5 changed files with 5 additions and 5 deletions

View file

@ -74,7 +74,7 @@ class Violation(_Violation):
def is_inline_ignored(self, disable_noqa):
# type: (Violation) -> bool
"""Determine if an comment has been added to ignore this line.
"""Determine if a comment has been added to ignore this line.
:param bool disable_noqa:
Whether or not users have provided ``--disable-noqa``.