Skip to content

Commit a176b77

Browse files
committed
Merge pull request #276 from cgar/trivial
few mispelling errors
2 parents f4e57cd + 7d23fe9 commit a176b77

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:
440440
0.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

testsuite/E22.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def squares(n):
120120
#: E228
121121
msg = fmt%(errno, errmsg)
122122
#: E228
123-
msg = "Error %d occured"%errno
123+
msg = "Error %d occurred"%errno
124124
#:
125125

126126
#: Okay

0 commit comments

Comments
 (0)