summaryrefslogtreecommitdiff
path: root/src/_pytest/warning_types.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/_pytest/warning_types.py')
-rw-r--r--src/_pytest/warning_types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_pytest/warning_types.py b/src/_pytest/warning_types.py
index ee437cc97..494b92eff 100644
--- a/src/_pytest/warning_types.py
+++ b/src/_pytest/warning_types.py
@@ -78,7 +78,7 @@ class PytestUnhandledCoroutineWarning(PytestWarning):
class PytestUnknownMarkWarning(PytestWarning):
"""Warning emitted on use of unknown markers.
- See https://docs.pytest.org/en/latest/mark.html for details.
+ See https://docs.pytest.org/en/stable/mark.html for details.
"""
__module__ = "pytest"