Skip to content

Commit

Permalink
Fix typo in deprecation documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianegli committed Mar 11, 2022
1 parent 4a8f8ad commit 7f924b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/en/deprecations.rst
Expand Up @@ -301,7 +301,7 @@ The ``pytest_warning_captured`` hook

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

Use the ``pytest_warning_recored`` hook instead, which replaces the ``item`` parameter
Use the ``pytest_warning_recorded`` hook instead, which replaces the ``item`` parameter
by a ``nodeid`` parameter.


Expand Down

0 comments on commit 7f924b1

Please sign in to comment.