Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
'--skip-missing-interpreters' requires an argument.

Signed-off-by: Stephen Finucane <stephen@that.guru>
  • Loading branch information
stephenfin committed Jan 6, 2023
1 parent 0e09f4c commit b9eb563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/upgrading.rst
Expand Up @@ -96,7 +96,7 @@ reported. For example, consider a host that does not support Python 3.5:

.. code-block:: bash
tox run --skip-missing-interpreters -e py35
tox run --skip-missing-interpreters=true -e py35
This will now result in a failure.

Expand Down

0 comments on commit b9eb563

Please sign in to comment.