Fix typo `explicitely` to `explicitly` in fixtures

This commit is contained in:
Maheshkumar P 2024-05-21 16:31:17 +05:30 committed by GitHub
parent 20f1c95be2
commit cd803a41a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 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 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 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`: .. _`autouse order`: