From c66e9f8f0f51577c91cc44fbc365eb6dc3f93c54 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Tue, 3 Jun 2014 07:21:02 +0200 Subject: [PATCH] fix typo, thanks @dcramer --- _pytest/hookspec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pytest/hookspec.py b/_pytest/hookspec.py index 95d041c55..164ed92a1 100644 --- a/_pytest/hookspec.py +++ b/_pytest/hookspec.py @@ -152,7 +152,7 @@ def pytest_runtest_protocol(item, nextitem): :arg item: test item for which the runtest protocol is performed. - :arg nexitem: the scheduled-to-be-next test item (or None if this + :arg nextitem: the scheduled-to-be-next test item (or None if this is the end my friend). This argument is passed on to :py:func:`pytest_runtest_teardown`.