We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b62fef commit 32f9951Copy full SHA for 32f9951
3 files changed
AUTHORS
@@ -351,6 +351,7 @@ Rafal Semik
351
Raquel Alegre
352
Ravi Chandra
353
Reagan Lee
354
+Rob Arrow
355
Robert Holt
356
Roberto Aldera
357
Roberto Polli
changelog/12678.doc.rst
@@ -0,0 +1 @@
1
+Remove erroneous quotes from `tmp_path_retention_policy` example in docs.
doc/en/reference/reference.rst
@@ -1866,7 +1866,7 @@ passed multiple times. The expected format is ``name=value``. For example::
1866
.. code-block:: ini
1867
1868
[pytest]
1869
- tmp_path_retention_policy = "all"
+ tmp_path_retention_policy = all
1870
1871
Default: ``all``
1872
0 commit comments