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:
406
406
* Fix E901 when printing source with ``--show-source``.
407
407
408
408
* Report all errors for each checker, instead of reporting only the
409
- first occurence for each line.
409
+ first occurrence for each line.
410
410
411
411
* Option ``--show-pep8`` implies ``--first``.
412
412
@@ -440,7 +440,7 @@ Bug fixes:
440
440
0.7.0 (2012-03-26)
441
441
------------------
442
442
443
- * Now ``--first`` prints only the first occurence of each error.
443
+ * Now ``--first`` prints only the first occurrence of each error.
444
444
The ``--repeat`` flag becomes obsolete because it is the default
445
445
behaviour. (Issue #6)
446
446
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ def squares(n):
120
120
#: E228
121
121
msg = fmt % (errno , errmsg )
122
122
#: E228
123
- msg = "Error %d occured " % errno
123
+ msg = "Error %d occurred " % errno
124
124
#:
125
125
126
126
#: Okay
You can’t perform that action at this time.
0 commit comments