From e8504e04f314528bc02eba13d76048295812fac2 Mon Sep 17 00:00:00 2001 From: Matthias Gabriel Date: Thu, 22 Oct 2020 12:11:49 +0200 Subject: [PATCH] Fix small typo in reference.rst (#7922) Co-authored-by: Ronny Pfannschmidt --- doc/en/reference.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/reference.rst b/doc/en/reference.rst index 5f0a20dc7..b243a52bd 100644 --- a/doc/en/reference.rst +++ b/doc/en/reference.rst @@ -189,7 +189,7 @@ Mark a test function as using the given fixture names. When using `usefixtures` in hooks, it can only load fixtures when applied to a test function before test setup (for example in the `pytest_collection_modifyitems` hook). - Also not that his mark has no effect when applied to **fixtures**. + Also note that this mark has no effect when applied to **fixtures**.