From cb5591228408ccd22cfb3df9106d4ecdeac295a9 Mon Sep 17 00:00:00 2001 From: Ben Puderer Date: Sun, 21 Aug 2016 16:12:10 -0400 Subject: [PATCH] Fix typo "ech" -> "each" --- nose2/plugins/collect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nose2/plugins/collect.py b/nose2/plugins/collect.py index 0b741ffe..c5b6ee7c 100644 --- a/nose2/plugins/collect.py +++ b/nose2/plugins/collect.py @@ -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