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`.