diff options
| author | Ville Skyttä <ville.skytta@iki.fi> | 2018-05-13 19:08:22 +0200 |
|---|---|---|
| committer | Ville Skyttä <ville.skytta@iki.fi> | 2018-05-13 22:19:50 +0200 |
| commit | 9f74e7a4ca2176ff5345d4636c056522dcd72bfa (patch) | |
| tree | 42b7e50d8660f4b283e429dd124a922d2f678adc /src | |
| parent | 52210149474a876c06922ae2c296445af5bdb108 (diff) | |
| download | flake8-9f74e7a4ca2176ff5345d4636c056522dcd72bfa.tar.gz | |
Spelling and grammar fixes
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 00eb1a5..8f7bca0 100644 --- a/src/flake8/style_guide.py +++ b/src/flake8/style_guide.py @@ -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``. |
