summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJP <jpellerin@gmail.com>2012-01-24 06:27:06 -0800
committerJP <jpellerin@gmail.com>2012-01-24 06:27:06 -0800
commite25f68b018725e9ad057a1116b6bcb5f44d42e70 (patch)
treeee04ef86a5e3325c49c794d37837f4d24383fef3
parent45bd7d506efaecfb06761b836f6b90b8d6b7f5e1 (diff)
parent1cf46edf2b333bcb763c9675262ecfd94f123c54 (diff)
downloadnose-e25f68b018725e9ad057a1116b6bcb5f44d42e70.tar.gz
Merge pull request #491 from abeld/patch-1
small typo fix
-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.