Skip to content

Commit e26eb7b

Browse files
evgenijugmac00
authored andcommitted
syntax fix for tox 4 - CLI args section
1 parent 4558fee commit e26eb7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ tox 4 - CLI arguments changed
105105
- When you want to pass an option to a test command, e.g. to ``pytest``, now you must use ``--`` as a separator, this
106106
worked with version 3 also, but any unknown trailing arguments were automatically passed through, while now this is
107107
no longer the case.
108-
- Running ``--showconfig```or ``--help-ini`` with the ``-v`` flag will add interleaved debugging information, whereas
108+
- Running ``--showconfig`` or ``--help-ini`` with the ``-v`` flag will add interleaved debugging information, whereas
109109
tox 3 added additional lines at the start. If you want to generate valid ini files you must not use the ``-v`` flag.
110110
- The ``--index-url`` is now removed, use ``PIP_INDEX_URL`` in :ref:`set_env` instead.
111111

0 commit comments

Comments
 (0)