summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorabeld <abli@freemail.hu>2012-01-24 11:25:25 +0100
committerabeld <abli@freemail.hu>2012-01-24 11:25:25 +0100
commit1cf46edf2b333bcb763c9675262ecfd94f123c54 (patch)
treeee04ef86a5e3325c49c794d37837f4d24383fef3
parent45bd7d506efaecfb06761b836f6b90b8d6b7f5e1 (diff)
downloadnose-1cf46edf2b333bcb763c9675262ecfd94f123c54.tar.gz
fix typo
-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.