diff options
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: |
