Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Eirini Koutsaniti <[email protected]>
  • Loading branch information
vkarak and ekouts authored Dec 19, 2023
1 parent 18e2787 commit a1568df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/regression_test_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ the post-init hook will execute *right after* the test is initialized.
The framework will then continue with other activities and it will execute the pre-setup hook *just before* it schedules the test for executing its setup stage.

Pipeline hooks are normally executed in reverse MRO order, i.e., the hooks of the least specialized class will be executed first.
In the following exampel, :func:`BaseTest.x` will execute before :func:`DerivedTest.y`:
In the following example, :func:`BaseTest.x` will execute before :func:`DerivedTest.y`:

.. code-block:: python
Expand Down

0 comments on commit a1568df

Please sign in to comment.