mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-03 03:56:52 +00:00
Spelling and grammar fixes
This commit is contained in:
parent
5221014947
commit
9f74e7a4ca
5 changed files with 5 additions and 5 deletions
|
|
@ -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``.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue