Skip to content

Commit 0061ec5

Browse files
authored
Fix typo (#8504)
1 parent b96e229 commit 0061ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/example/simple.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ Package/Directory-level fixtures (setups)
621621
-------------------------------------------------------
622622

623623
If you have nested test directories, you can have per-directory fixture scopes
624-
by placing fixture functions in a ``conftest.py`` file in that directory
624+
by placing fixture functions in a ``conftest.py`` file in that directory.
625625
You can use all types of fixtures including :ref:`autouse fixtures
626626
<autouse fixtures>` which are the equivalent of xUnit's setup/teardown
627627
concept. It's however recommended to have explicit fixture references in your

0 commit comments

Comments
 (0)