summaryrefslogtreecommitdiff
path: root/tests/test_runner_apps
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-09-22 18:30:38 -0700
committerClaude Paroz <claude@2xlibre.net>2018-09-25 10:19:42 +0200
commitad9a28ee38e3352b16cc6c9ae7f55f90c64710cc (patch)
tree558258c4662a685a4ce2acf894e61792eb6d8b13 /tests/test_runner_apps
parent3a3d159ab66c32dbf7331676267a04afa20857d0 (diff)
Refs #29784 -- Normalized Python docs links to omit the version.
Diffstat (limited to 'tests/test_runner_apps')
-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
"""