From 7cb096373bc2a3312ed4c1ebdfde1a0d35a7dbb8 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Mon, 29 Jun 2009 07:32:33 +0100 Subject: [PATCH] fix typo --HG-- branch : 1.0.x --- py/test/plugin/hookspec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/test/plugin/hookspec.py b/py/test/plugin/hookspec.py index 07c65ce99..f1cfc108b 100644 --- a/py/test/plugin/hookspec.py +++ b/py/test/plugin/hookspec.py @@ -90,7 +90,7 @@ def pytest_runtest_protocol(item): pytest_runtest_protocol.firstresult = True def pytest_runtest_makereport(item, call): - """ make ItemTestReport for the specified test outcome. """ + """ make ItemTestReport for the given item and call outcome. """ pytest_runtest_makereport.firstresult = True def pytest_runtest_logreport(rep):