diff options
| author | Ian Stapleton Cordasco <graffatcolmingov@gmail.com> | 2018-05-20 15:40:41 +0000 |
|---|---|---|
| committer | Ian Stapleton Cordasco <graffatcolmingov@gmail.com> | 2018-05-20 15:40:41 +0000 |
| commit | d6eea404a86a58ba0876ca9f68d0fd892b6d53c0 (patch) | |
| tree | bda409fd28b67f3397598c1cdecde003b016cc78 /src | |
| parent | 30b0e4599a5a3b6b6acce924e9bb7c082541c5be (diff) | |
| parent | 9f74e7a4ca2176ff5345d4636c056522dcd72bfa (diff) | |
| download | flake8-d6eea404a86a58ba0876ca9f68d0fd892b6d53c0.tar.gz | |
Merge branch 'spelling' into 'master'
Spelling and grammar fixes
See merge request pycqa/flake8!232
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``. |
