Skip to content

Commit 6dbe93f

Browse files
committed
__version__ is actually a getdns module attribute, not a Context() attribute
1 parent 8f8e977 commit 6dbe93f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

doc/functions.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff 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+
247249
Extensions
248250
----------
249251

0 commit comments

Comments
 (0)