Skip to content

Commit d5d0684

Browse files
Fix typo in contexts.rst (#478)
The hyperlink wasn't rendering properly. This looks better.
1 parent 67d49b9 commit d5d0684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contexts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Coverage.py 5.0 can record separate coverage data for `different contexts`_ duri
66
one run of a test suite. Pytest-cov can use this feature to record coverage
77
data for each test individually, with the ``--cov-context=test`` option.
88

9-
.. _`different_contexts`: https://coverage.readthedocs.io/en/stable/contexts.html
9+
.. _different contexts: https://coverage.readthedocs.io/en/stable/contexts.html
1010

1111
The context name recorded in the coverage.py database is the pytest test id,
1212
and the phase of execution, one of "setup", "run", or "teardown". These two

0 commit comments

Comments
 (0)