diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-08-13 11:31:31 +0000 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-08-13 11:31:31 +0000 |
| commit | a09c9acaaf9beb16afdfb788b5b8ab4dd65ca4bd (patch) | |
| tree | 1942fcc5c4808086928c30c5420a31f2c76b20c8 /src | |
| parent | 608114a7a771ac2f2d88645b05c5cd79ff79d1c9 (diff) | |
| parent | 0f181954fdac14c1cc585bc5034b70de24271437 (diff) | |
| download | flake8-a09c9acaaf9beb16afdfb788b5b8ab4dd65ca4bd.tar.gz | |
Merge branch 'spelling' into 'master'
Spelling fixes
See merge request !119
Diffstat (limited to 'src')
| -rw-r--r-- | src/flake8/api/legacy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flake8/api/legacy.py b/src/flake8/api/legacy.py index 1277460..142acd6 100644 --- a/src/flake8/api/legacy.py +++ b/src/flake8/api/legacy.py @@ -180,7 +180,7 @@ class Report(object): return self._application.result_count def get_statistics(self, violation): - """Get the list of occurences of a violation. + """Get the list of occurrences of a violation. :returns: List of occurrences of a violation formatted as: |
