Skip to content

Commit 70a14d3

Browse files
authored
Merge pull request #9754 from pytest-dev/backport-9751-to-7.0.x
2 parents 64faaa5 + 6a2f177 commit 70a14d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/deprecations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ The ``pytest_warning_captured`` hook
282282

283283
This hook has an `item` parameter which cannot be serialized by ``pytest-xdist``.
284284

285-
Use the ``pytest_warning_recored`` hook instead, which replaces the ``item`` parameter
285+
Use the ``pytest_warning_recorded`` hook instead, which replaces the ``item`` parameter
286286
by a ``nodeid`` parameter.
287287

288288
The ``pytest.collect`` module

0 commit comments

Comments
 (0)