Skip to content

Commit

Permalink
Fix typo explicitely to explicitly in fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
Maheshkumar-novice authored May 21, 2024
1 parent 20f1c95 commit cd803a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/en/fixture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1413,7 +1413,7 @@ that it could go anywhere between ``g`` and ``b``.
This isn't necessarily bad, but it's something to keep in mind. If the order
they execute in could affect the behavior a test is targetting, or could
otherwise influence the result of a test, then the order should be defined
explicitely in a way that allows pytest to linearize/"flatten" that order.
explicitly in a way that allows pytest to linearize/"flatten" that order.

.. _`autouse order`:

Expand Down

0 comments on commit cd803a4

Please sign in to comment.