Skip to content

Commit a985171

Browse files
authored
Add a missing quote in a TOML example @ config.rst (#3509)
1 parent 3d35559 commit a985171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1449,7 +1449,7 @@ Empty commands groups will be ignored:
14491449
.. code-block:: toml
14501450
14511451
[env.A]
1452-
commands = [[], ["pytest]]
1452+
commands = [[], ["pytest"]]
14531453
14541454
will only invoke pytest. This is especially useful together with posargs allowing you to opt out of running a set of
14551455
commands:

0 commit comments

Comments
 (0)