fix typo, thanks @dcramer

This commit is contained in:
holger krekel 2014-06-03 07:21:02 +02:00
parent 52eafdc21e
commit c66e9f8f0f
1 changed files with 1 additions and 1 deletions

View File

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