From 1cf46edf2b333bcb763c9675262ecfd94f123c54 Mon Sep 17 00:00:00 2001 From: abeld Date: Tue, 24 Jan 2012 11:25:25 +0100 Subject: fix typo --- nose/plugins/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nose/plugins/__init__.py b/nose/plugins/__init__.py index 260b628..08ee8f3 100644 --- a/nose/plugins/__init__.py +++ b/nose/plugins/__init__.py @@ -133,7 +133,7 @@ Recipes * Writing a plugin that adds detail to error reports - Implement ``formatError`` and/or ``formatFailture``. The error tuple + Implement ``formatError`` and/or ``formatFailure``. The error tuple you return (error class, error message, traceback) will replace the original error tuple. -- cgit v1.2.1