summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorKimball Leavitt <k@httpstat.net>2021-02-25 11:52:19 -0700
committerGitHub <noreply@github.com>2021-02-25 11:52:19 -0700
commit049fa5704286214d6784bacac26a7dadca6ad44b (patch)
tree1d8b2f04075b0c8423fb3b41dc11bd87f8d54533 /examples
parent713571c98ab0604a44cad1a4086980cb574798fd (diff)
downloaddnspython-049fa5704286214d6784bacac26a7dadca6ad44b.tar.gz
remove extra slash so link works
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/doh.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/doh.py b/examples/doh.py
index eff9ae7..e789bf1 100755
--- a/examples/doh.py
+++ b/examples/doh.py
@@ -3,7 +3,7 @@
# This is an example of sending DNS queries over HTTPS (DoH) with dnspython.
# Requires use of the requests module's Session object.
#
-# See https://2.python-requests.org//en/latest/user/advanced/#session-objects
+# See https://2.python-requests.org/en/latest/user/advanced/#session-objects
# for more details about Session objects
import requests