Skip to content

Commit 06a9608

Browse files
committed
Link fixes
1 parent b6b4159 commit 06a9608

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/quality.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -160,14 +160,14 @@ pytest-mypy-testing
160160
-------------------
161161

162162
`pytest-mypy-testing <https://github.com/davidfritzsche/pytest-mypy-testing>`_ is another
163-
plugin for ``pytest``. The main difference between :ref:`pytest-mypy-plugins` is that
164-
:ref:`pytest-mypy-testing` allows writing tests inside Python code and/or
163+
plugin for ``pytest``. The main difference to ``pytest-mypy-plugins`` is that
164+
``pytest-mypy-testing`` allows writing tests inside Python code and/or
165165
mixed with actual tests.
166166

167167
.. warning::
168168

169169
pytest-mypy-testing uses the Python
170-
`ast<https://docs.python.org/3/library/ast.html>`_ module to parse
170+
:mod:`ast` module to parse
171171
candidate files and does not import any file, i.e., the decorator must be
172172
exactly named ``@pytest.mark.mypy_testing``!
173173

0 commit comments

Comments
 (0)