Skip to content

Commit 7c2e843

Browse files
Fixed link to correct anchor of Python's -w postion
1 parent 7941416 commit 7c2e843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/warnings.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ decorator or to all tests in a module by setting the ``pytestmark`` variable:
127127
*Credits go to Florian Schulze for the reference implementation in the* `pytest-warnings`_
128128
*plugin.*
129129

130-
.. _`-W option`: https://docs.python.org/3/using/cmdline.html?highlight=#cmdoption-W
130+
.. _`-W option`: https://docs.python.org/3/using/cmdline.html#cmdoption-w
131131
.. _warnings.simplefilter: https://docs.python.org/3/library/warnings.html#warnings.simplefilter
132132
.. _`pytest-warnings`: https://github.com/fschulze/pytest-warnings
133133

0 commit comments

Comments
 (0)