From: kimbo Date: Mon, 30 Dec 2019 22:53:14 +0000 (-0700) Subject: typo X-Git-Tag: v2.0.0rc1~342^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ffc22fe449c2cac6d7c50e4e7a4d4c8836bb09e;p=thirdparty%2Fdnspython.git typo --- diff --git a/dns/query.py b/dns/query.py index 0f8ced9e..8f4b1c25 100644 --- a/dns/query.py +++ b/dns/query.py @@ -220,7 +220,7 @@ def https(q, where, session, timeout=None, port=443, path='/dns-query', post=Tru *where*, a ``str``, the nameserver IP address or the full URL. If an IP address is given, the URL will be constructed using the following schema: - https::/. + https://:/. *session*, a ``requests.session.Session``, the session to use to send the queries. This argument is required to allow for connection reuse.