summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2021-02-25 14:30:30 -0800
committerGitHub <noreply@github.com>2021-02-25 14:30:30 -0800
commit87d2e56da35d36f481a3658fb6b06c6113f14afc (patch)
tree1d8b2f04075b0c8423fb3b41dc11bd87f8d54533
parent713571c98ab0604a44cad1a4086980cb574798fd (diff)
parent049fa5704286214d6784bacac26a7dadca6ad44b (diff)
downloaddnspython-87d2e56da35d36f481a3658fb6b06c6113f14afc.tar.gz
Merge pull request #647 from kimbo/patch-1
remove extra slash so link works
-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