Skip to content

Commit 0b76b11

Browse files
obestwaltergaborbernat
authored andcommitted
fix #1342 add note that directory is created if does not exist yet (#1345)
Also fixed some surrounding typos.
1 parent 520c7ae commit 0b76b11

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/config.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ Complete list of settings that you can put into ``testenv*`` sections:
320320

321321
.. conf:: whitelist_externals ^ MULTI-LINE-LIST
322322

323-
each line specifies a command name (in glob-style pattern format)
323+
Each line specifies a command name (in glob-style pattern format)
324324
which can be used in the ``commands`` section without triggering
325325
a "not installed in virtualenv" warning. Example: if you use the
326326
unix ``make`` for running tests you can list ``whitelist_externals=make``
@@ -330,7 +330,11 @@ Complete list of settings that you can put into ``testenv*`` sections:
330330

331331
.. conf:: changedir ^ PATH ^ {toxinidir}
332332

333-
change to this working directory when executing the test command.
333+
Change to this working directory when executing the test command.
334+
335+
.. note::
336+
337+
If the directory does not exist yet, it will be created.
334338

335339
.. conf:: deps ^ MULTI-LINE-LIST
336340

0 commit comments

Comments
 (0)