Skip to content

Commit 32f9951

Browse files
Merge pull request #12679 from RFCArrow/tmp_path_retention_policy-example (#12683)
Remove quotes from example tmp_path_retention_policy (cherry picked from commit dc756f4) Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
1 parent 7b62fef commit 32f9951

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ Rafal Semik
351351
Raquel Alegre
352352
Ravi Chandra
353353
Reagan Lee
354+
Rob Arrow
354355
Robert Holt
355356
Roberto Aldera
356357
Roberto Polli

changelog/12678.doc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove erroneous quotes from `tmp_path_retention_policy` example in docs.

doc/en/reference/reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1866,7 +1866,7 @@ passed multiple times. The expected format is ``name=value``. For example::
18661866
.. code-block:: ini
18671867
18681868
[pytest]
1869-
tmp_path_retention_policy = "all"
1869+
tmp_path_retention_policy = all
18701870
18711871
Default: ``all``
18721872

0 commit comments

Comments
 (0)