File tree 1 file changed +7
-5
lines changed 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -164,11 +164,6 @@ as its methods and attributes.
164
164
tsig_algorithm (a bindata) that is the name of the TSIG hash
165
165
algorithm, and tsig_secret (a bindata) that is the TSIG key.
166
166
167
- The :class: `Context ` class has the following public read-only attribute:
168
-
169
- .. py :attribute :: __version__
170
-
171
- Specifies the version string for the getdns python module
172
167
173
168
The :class: `Context ` class includes public methods to execute a DNS query, as well as a
174
169
method to return the entire set of context attributes as a Python dictionary. :class: `Context `
@@ -244,6 +239,13 @@ as its methods and attributes.
244
239
* ``timeout ``
245
240
* ``upstream_recursive_servers ``
246
241
242
+
243
+ The ``getdns `` module has the following read-only attribute:
244
+
245
+ .. py :attribute :: __version__
246
+
247
+ Specifies the version string for the getdns python module
248
+
247
249
Extensions
248
250
----------
249
251
You can’t perform that action at this time.
0 commit comments