summaryrefslogtreecommitdiff
path: root/tests
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:22:06 +0200
commitf53ed7846bc5ed305ae5547af6e504d0deeafd05 (patch)
tree79a4b6df1d7d5fcc9e765406b6fc42934144422c /tests
parentc6d147bed8760ed79a34ffdad2f41988301f07f7 (diff)
[2.1.x] Refs #29784 -- Normalized Python docs links to omit the version.
Backport of ad9a28ee38e3352b16cc6c9ae7f55f90c64710cc from master.
Diffstat (limited to 'tests')
-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
"""