From: Kimball Leavitt Date: Thu, 25 Feb 2021 18:52:19 +0000 (-0700) Subject: remove extra slash so link works X-Git-Tag: v2.2.0rc1~104^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F647%2Fhead;p=thirdparty%2Fdnspython.git remove extra slash so link works --- diff --git a/examples/doh.py b/examples/doh.py index eff9ae75..e789bf10 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