Merge pull request #7934 from symonk/small-adjustment-to-hookspec-docstrings

Replace term 'triple' with 'tuple' in hookspec docstrings
This commit is contained in:
Bruno Oliveira
2020-10-24 08:01:05 -03:00
committed by GitHub

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