summaryrefslogtreecommitdiff
path: root/nose/plugins/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'nose/plugins/__init__.py')
-rw-r--r--nose/plugins/__init__.py2
1 files changed, 1 insertions, 1 deletions
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.