diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/flake8/style_guide.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flake8/style_guide.py b/src/flake8/style_guide.py index e96acb8..b50580b 100644 --- a/src/flake8/style_guide.py +++ b/src/flake8/style_guide.py @@ -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``. |
