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

@ -73,7 +73,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``.