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
commit f7d4f457d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)``.
"""