Skip to content

Commit 7f924b1

Browse files
authored
Fix typo in deprecation documentation
1 parent 4a8f8ad commit 7f924b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/deprecations.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ The ``pytest_warning_captured`` hook
301301

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

304-
Use the ``pytest_warning_recored`` hook instead, which replaces the ``item`` parameter
304+
Use the ``pytest_warning_recorded`` hook instead, which replaces the ``item`` parameter
305305
by a ``nodeid`` parameter.
306306

307307

0 commit comments

Comments
 (0)