make some hookspec docstrings technically correct

This commit is contained in:
symonk 2020-10-24 10:59:25 +01:00
parent daa11ab9f1
commit 751575fa97
1 changed files with 2 additions and 2 deletions

View File

@ -446,7 +446,7 @@ def pytest_runtest_logstart(
See :func:`pytest_runtest_protocol` for a description of the runtest protocol.
:param str nodeid: Full node ID of the item.
:param location: A triple of ``(filename, lineno, testname)``.
:param location: A tuple of ``(filename, lineno, testname)``.
"""
@ -458,7 +458,7 @@ def pytest_runtest_logfinish(
See :func:`pytest_runtest_protocol` for a description of the runtest protocol.
:param str nodeid: Full node ID of the item.
:param location: A triple of ``(filename, lineno, testname)``.
:param location: A tuple of ``(filename, lineno, testname)``.
"""