From cd803a41a70dfc2ee4afe94d704980616af1cad0 Mon Sep 17 00:00:00 2001 From: Maheshkumar P <67100964+Maheshkumar-novice@users.noreply.github.com> Date: Tue, 21 May 2024 16:31:17 +0530 Subject: [PATCH] Fix typo `explicitely` to `explicitly` in fixtures --- doc/en/fixture.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/fixture.rst b/doc/en/fixture.rst index 2fce4be8214..97b4f981af5 100644 --- a/doc/en/fixture.rst +++ b/doc/en/fixture.rst @@ -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`: