Skip to content

Commit

Permalink
Fix typo "ech" -> "each"
Browse files Browse the repository at this point in the history
  • Loading branch information
bpuderer committed Aug 21, 2016
1 parent 626a2d2 commit cb55912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nose2/plugins/collect.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This plugin implements :func:`startTestRun`, setting a test executor
(``event.executeTests``) that just collects tests without executing
them. To do so it calls result.startTest, result.addSuccess and
result.stopTest for ech test, without calling the test itself.
result.stopTest for each test, without calling the test itself.
"""
from nose2.events import Plugin
from nose2.compat import unittest
Expand Down

0 comments on commit cb55912

Please sign in to comment.