]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
typo
authorkimbo <kimballleavitt@gmail.com>
Mon, 30 Dec 2019 22:53:14 +0000 (15:53 -0700)
committerkimbo <kimballleavitt@gmail.com>
Mon, 30 Dec 2019 22:53:14 +0000 (15:53 -0700)
dns/query.py

index 0f8ced9e1d968b66e6659d9e7092868af9262434..8f4b1c256daadf31f10e134e726db7c3ae4cf5a4 100644 (file)
@@ -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:<IP-address>:<port>/<path>.
+    https://<IP-address>:<port>/<path>.
 
     *session*, a ``requests.session.Session``, the session to use to send the
     queries. This argument is required to allow for connection reuse.