Update doc/en/reference/reference.rst

This commit is contained in:
Bruno Oliveira 2023-03-03 12:56:48 -03:00 committed by GitHub
parent c788acebc2
commit 7237926323
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1090,7 +1090,7 @@ Sets a `pygment style <https://pygments.org/docs/styles/>`_ to use for the code
Sets the :envvar:`PYTEST_THEME` to be either *dark* or *light*.
.. envar:: PYTEST_TMPDIR_FILE_MODE
.. envvar:: PYTEST_TMPDIR_FILE_MODE
Sets the file mode of any temporary files or directories. Defaults to `0o700`. See :fixture:`tmp_path` :fixture:`tmp_path_factory`.