Fix small typo in reference.rst (#7922)

Co-authored-by: Ronny Pfannschmidt <opensource@ronnypfannschmidt.de>
This commit is contained in:
Matthias Gabriel 2020-10-22 12:11:49 +02:00 committed by GitHub
parent 824e9cf67a
commit e8504e04f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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**.