summaryrefslogtreecommitdiff
path: root/nose/plugins/capture.py
diff options
context:
space:
mode:
Diffstat (limited to 'nose/plugins/capture.py')
-rw-r--r--nose/plugins/capture.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/nose/plugins/capture.py b/nose/plugins/capture.py
index e2230bd..7421276 100644
--- a/nose/plugins/capture.py
+++ b/nose/plugins/capture.py
@@ -1,7 +1,7 @@
"""
-This plugin captures stdout during test execution, appending any
-output captured to the error or failure output, should the test fail
-or raise an error. It is enabled by default but may be disabled with
+This plugin captures stdout during test execution. If the test fails
+or raises an error, the captured output will be appended to the error
+or failure output. It is enabled by default but can be disabled with
the options ``-s`` or ``--nocapture``.
:Options: