Improve sentence in marks documentation (#12157)

This commit is contained in:
tserg
2024-03-24 22:59:07 +08:00
committed by GitHub
parent 85ff5d1b54
commit 909759de2d

View File

@@ -136,7 +136,7 @@ pytest.freeze_includes
Marks
-----
Marks can be used apply meta data to *test functions* (but not fixtures), which can then be accessed by
Marks can be used to apply metadata to *test functions* (but not fixtures), which can then be accessed by
fixtures or plugins.