Skip to content

Commit f7d4f45

Browse files
authored
Merge pull request #7934 from symonk/small-adjustment-to-hookspec-docstrings
Replace term 'triple' with 'tuple' in hookspec docstrings
2 parents daa11ab + 751575f commit f7d4f45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/_pytest/hookspec.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ def pytest_runtest_logstart(
446446
See :func:`pytest_runtest_protocol` for a description of the runtest protocol.
447447
448448
:param str nodeid: Full node ID of the item.
449-
:param location: A triple of ``(filename, lineno, testname)``.
449+
:param location: A tuple of ``(filename, lineno, testname)``.
450450
"""
451451

452452

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

464464

0 commit comments

Comments
 (0)