]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
remove extra slash so link works 647/head
authorKimball Leavitt <k@httpstat.net>
Thu, 25 Feb 2021 18:52:19 +0000 (11:52 -0700)
committerGitHub <noreply@github.com>
Thu, 25 Feb 2021 18:52:19 +0000 (11:52 -0700)
examples/doh.py

index eff9ae7579fbac567902dfc9be6ebf919a2d117b..e789bf100417f1b0a2acd510b00a1ddadb0a0400 100755 (executable)
@@ -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