From 6ffc22fe449c2cac6d7c50e4e7a4d4c8836bb09e Mon Sep 17 00:00:00 2001 From: kimbo Date: Mon, 30 Dec 2019 15:53:14 -0700 Subject: [PATCH] typo --- dns/query.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3