Skip to content

Commit

Permalink
Update contribute-code.rst
Browse files Browse the repository at this point in the history
Changed tox command instruction to show that no decimal is required for the python version.
  • Loading branch information
elliegraves authored Sep 26, 2021
1 parent 4ff10af commit 8118c0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/how-to/contribute-code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,19 +131,19 @@ Or, to run using a specific version of Python, e.g. when you want to use Python

.. code-block:: bash
(venv) $ tox -e py3.7
(venv) $ tox -e py37
.. group-tab:: Linux

.. code-block:: bash
(venv) $ tox -e py3.7
(venv) $ tox -e py37
.. group-tab:: Windows

.. code-block:: bash
C:\...>tox -e py3.7
C:\...>tox -e py37
substituting the version number that you want to target. You can also specify
one of the pre-commit checks `flake8`, `docs` or `package` to check code
Expand Down

0 comments on commit 8118c0d

Please sign in to comment.