Skip to content

Commit b241c0b

Browse files
committed
Fix defaults for tmp_path_retention_count and tmp_path_retention_policy in docs
1 parent 7840323 commit b241c0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/en/reference/reference.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1744,7 +1744,7 @@ passed multiple times. The expected format is ``name=value``. For example::
17441744
[pytest]
17451745
tmp_path_retention_count = 3
17461746
1747-
Default: 3
1747+
Default: ``3``
17481748

17491749

17501750
.. confval:: tmp_path_retention_policy
@@ -1763,7 +1763,7 @@ passed multiple times. The expected format is ``name=value``. For example::
17631763
[pytest]
17641764
tmp_path_retention_policy = "all"
17651765
1766-
Default: all
1766+
Default: ``all``
17671767

17681768

17691769
.. confval:: usefixtures

0 commit comments

Comments
 (0)