File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -406,7 +406,7 @@ Bug fixes:
406406* Fix E901 when printing source with ``--show-source``.
407407
408408* Report all errors for each checker, instead of reporting only the
409- first occurence for each line.
409+ first occurrence for each line.
410410
411411* Option ``--show-pep8`` implies ``--first``.
412412
@@ -440,7 +440,7 @@ Bug fixes:
4404400.7.0 (2012-03-26)
441441------------------
442442
443- * Now ``--first`` prints only the first occurence of each error.
443+ * Now ``--first`` prints only the first occurrence of each error.
444444 The ``--repeat`` flag becomes obsolete because it is the default
445445 behaviour. (Issue #6)
446446
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ def squares(n):
120120#: E228
121121msg = fmt % (errno , errmsg )
122122#: E228
123- msg = "Error %d occured " % errno
123+ msg = "Error %d occurred " % errno
124124#:
125125
126126#: Okay
You can’t perform that action at this time.
0 commit comments