]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
fix more typos
authorBob Halley <halley@dnspython.org>
Sat, 14 Jan 2017 18:35:10 +0000 (10:35 -0800)
committerBob Halley <halley@dnspython.org>
Sat, 14 Jan 2017 18:35:10 +0000 (10:35 -0800)
dns/message.py

index 51c3cfa56e9d5e3e4168a363c301fd00fb100f85..f0f364bf5b21eaa7a625e170262759afe6b9acd2 100644 (file)
@@ -764,8 +764,8 @@ def from_wire(wire, keyring=None, request_mac='', xfr=False, origin=None,
     *keyring*, a ``dict``, the keyring to use if the message is signed.
 
     *request_mac*, a ``binary``.  If the message is a response to a
-    *TSIG-signed request, request_mac* should be set to the MAC of
-    *that request.
+    TSIG-signed request, *request_mac* should be set to the MAC of
+    that request.
 
     *xfr*, a ``bool``, should be set to ``True`` if this message is part of
     a zone transfer.
@@ -1071,7 +1071,7 @@ def make_query(qname, rdtype, rdclass=dns.rdataclass.IN, use_edns=None,
 
     *rdtype*, an ``int`` or ``text``, the desired rdata type.
 
-    *rdclass*, an ``int`` or ``text`,  the desired rdata class; the default
+    *rdclass*, an ``int`` or ``text``,  the desired rdata class; the default
     is class IN.
 
     *use_edns*, an ``int``, ``bool`` or ``None``.  The EDNS level to use; the