summaryrefslogtreecommitdiff
path: root/tests/test_runner_apps/sample
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_runner_apps/sample')
-rw-r--r--tests/test_runner_apps/sample/doctests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_runner_apps/sample/doctests.py b/tests/test_runner_apps/sample/doctests.py
index 6d9403442c..8707ecaf86 100644
--- a/tests/test_runner_apps/sample/doctests.py
+++ b/tests/test_runner_apps/sample/doctests.py
@@ -1,6 +1,6 @@
"""
Doctest example from the official Python documentation.
-https://docs.python.org/3/library/doctest.html
+https://docs.python.org/library/doctest.html
"""