Skip to content

Commit 74caad9

Browse files
docs: Revise cache_dir option section (#12701) (#12703)
Update the description for the `cache_dir` configuration options section to improve semantics and clarity for an unclear sentence in the file `reference.rst`. (cherry picked from commit 49eafce) Co-authored-by: Eugene Mwangi <[email protected]>
1 parent ae7959a commit 74caad9

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
@@ -1287,10 +1287,10 @@ passed multiple times. The expected format is ``name=value``. For example::
12871287

12881288
.. confval:: cache_dir
12891289

1290-
Sets a directory where stores content of cache plugin. Default directory is
1290+
Sets the directory where the cache plugin's content is stored. Default directory is
12911291
``.pytest_cache`` which is created in :ref:`rootdir <rootdir>`. Directory may be
12921292
relative or absolute path. If setting relative path, then directory is created
1293-
relative to :ref:`rootdir <rootdir>`. Additionally path may contain environment
1293+
relative to :ref:`rootdir <rootdir>`. Additionally, a path may contain environment
12941294
variables, that will be expanded. For more information about cache plugin
12951295
please refer to :ref:`cache_provider`.
12961296

0 commit comments

Comments
 (0)