update exception spec description

This commit is contained in:
Aleksandr Brodin 2024-03-26 15:38:24 +07:00
parent 5df7641107
commit 108f99086d
1 changed files with 1 additions and 1 deletions

View File

@ -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
=======================