Skip to content

Commit

Permalink
update exception spec description
Browse files Browse the repository at this point in the history
  • Loading branch information
ShurikMen committed Mar 26, 2024
1 parent 2235845 commit d7bf600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_pytest/hookspec.py
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ def pytest_fixture_post_finalizer(
:param request:
The fixture request object.
:param exception:
The list of exceptions received at the end of the fixtures.
An exception raised in the finalisation of the fixtures.
Use in conftest plugins
=======================
Expand Down

0 comments on commit d7bf600

Please sign in to comment.