@@ -176,7 +176,7 @@ as its methods and attributes.
176
176
DNS record. The keyword arguments are:
177
177
178
178
* ``name ``: a representation of the query term; usually a
179
- string but must be a dict (as described below) in the
179
+ string but must be a dict (as described in `` Context.hostname() `` below) in the
180
180
case of a PTR record lookup
181
181
* ``request_type ``: a DNS RR type as a getdns constant
182
182
(listed here)
@@ -190,11 +190,11 @@ as its methods and attributes.
190
190
191
191
.. py :method :: address(name, [extensions], [userarg], [transaction_id], [callback])
192
192
193
- There are three critical differences between
193
+ There are two critical differences between
194
194
``Context.address() `` and ``Context.general() `` beyond the missing
195
195
*request_type * argument:
196
196
197
- * In ``getdns .address() ``, the name argument can only take a host name.
197
+ * In ``Context .address() ``, the name argument can only take a host name.
198
198
* ``Context.address() `` always uses all of namespaces from the
199
199
context (to better emulate getaddrinfo()), while ``Context.general() `` only uses the DNS namespace.
200
200
@@ -205,7 +205,7 @@ as its methods and attributes.
205
205
206
206
* ``address_type ``: must be a string matching either "IPv4"
207
207
or "IPv6"
208
- * ``address_type ``: a string representation of an IPv4 or
208
+ * ``address_data ``: a string representation of an IPv4 or
209
209
IPv6 IP address
210
210
211
211
.. py :method :: service(name [, extensions], [userarg], [transaction_id], [callback])
0 commit comments