Skip to content

Commit 49eafce

Browse files
authored
docs: Revise cache_dir option section (#12701)
Update the description for the `cache_dir` configuration options section to improve semantics and clarity for an unclear sentence in the file `reference.rst`.
1 parent ef9b8f9 commit 49eafce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/en/reference/reference.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1294,10 +1294,10 @@ passed multiple times. The expected format is ``name=value``. For example::
12941294

12951295
.. confval:: cache_dir
12961296

1297-
Sets a directory where stores content of cache plugin. Default directory is
1297+
Sets the directory where the cache plugin's content is stored. Default directory is
12981298
``.pytest_cache`` which is created in :ref:`rootdir <rootdir>`. Directory may be
12991299
relative or absolute path. If setting relative path, then directory is created
1300-
relative to :ref:`rootdir <rootdir>`. Additionally path may contain environment
1300+
relative to :ref:`rootdir <rootdir>`. Additionally, a path may contain environment
13011301
variables, that will be expanded. For more information about cache plugin
13021302
please refer to :ref:`cache_provider`.
13031303

0 commit comments

Comments
 (0)