mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-02 03:46:53 +00:00
Merge branch 'spelling' into 'master'
Spelling and grammar fixes See merge request pycqa/flake8!232
This commit is contained in:
commit
d6eea404a8
5 changed files with 5 additions and 5 deletions
|
|
@ -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``.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue