File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 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.
164164 tsig_algorithm (a bindata) that is the name of the TSIG hash
165165 algorithm, and tsig_secret (a bindata) that is the TSIG key.
166166
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
172167
173168 The :class: `Context ` class includes public methods to execute a DNS query, as well as a
174169 method to return the entire set of context attributes as a Python dictionary. :class: `Context `
@@ -244,6 +239,13 @@ as its methods and attributes.
244239 * ``timeout ``
245240 * ``upstream_recursive_servers ``
246241
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+
247249Extensions
248250----------
249251
You can’t perform that action at this time.
0 commit comments