Update doc/en/how-to/tmp_path.rst

This commit is contained in:
Bruno Oliveira 2022-02-04 09:19:18 -03:00 committed by GitHub
parent 2e025b79a3
commit 9946546cba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ the system temporary directory. The base name will be ``pytest-NUM`` where
than 3 temporary directories will be removed.
The number of entries currently cannot be changed, but using the ``--basetemp``
option will remove the directory before every run. Effectively meaning the tempfiles
option will remove the directory before every run, effectively meaning the temporary directories
of only the most recent run will be kept.
You can override the default temporary directory setting like this: