Skip to content

Commit

Permalink
Fix link target
Browse files Browse the repository at this point in the history
  • Loading branch information
PipKat committed Dec 13, 2023
1 parent 5022d21 commit 4a3408f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ to guarantee the project's integrity. The following environments commands are pr

- **tox -e style**: Checks for coding style quality.
- **tox -e test**: Checks for unit tests. Replace X with the minor version of your Python environment.
Pass `pytest <_pytest_>`_ flags after the ``--`` portion of the command. For example, use this
Pass `pytest <pytest_>`_ flags after the ``--`` portion of the command. For example, use this
``pytest`` command to show the standard output: ``tox -e py3X -- -s``.
- **tox -e coverage**: Checks for code coverage.
- **tox -e doc**: Checks for the documentation-building process.
Expand Down

0 comments on commit 4a3408f

Please sign in to comment.