Skip to content

Commit 7d4cb4e

Browse files
authored
Docs: environment variables contain strings (#3575)
1 parent 9930f8b commit 7d4cb4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ Base options
575575
.. code-block:: toml
576576
577577
[tool.tox.env_run_base]
578-
set_env = { file = "conf{/}local.env", TEST_TIMEOUT = 30 }
578+
set_env = { file = "conf{/}local.env", TEST_TIMEOUT = "30" }
579579
580580
.. tab:: INI
581581

0 commit comments

Comments
 (0)