Skip to content

Commit

Permalink
__version__ is actually a getdns module attribute, not a Context() at…
Browse files Browse the repository at this point in the history
…tribute
  • Loading branch information
MelindaShore committed Jan 16, 2015
1 parent 8f8e977 commit 6dbe93f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions doc/functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,6 @@ as its methods and attributes.
tsig_algorithm (a bindata) that is the name of the TSIG hash
algorithm, and tsig_secret (a bindata) that is the TSIG key.

The :class:`Context` class has the following public read-only attribute:

.. py:attribute:: __version__
Specifies the version string for the getdns python module

The :class:`Context` class includes public methods to execute a DNS query, as well as a
method to return the entire set of context attributes as a Python dictionary. :class:`Context`
Expand Down Expand Up @@ -244,6 +239,13 @@ as its methods and attributes.
* ``timeout``
* ``upstream_recursive_servers``


The ``getdns`` module has the following read-only attribute:

.. py:attribute:: __version__
Specifies the version string for the getdns python module

Extensions
----------

Expand Down

0 comments on commit 6dbe93f

Please sign in to comment.