diff options
| author | Bob Halley <halley@dnspython.org> | 2020-08-22 12:43:24 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2020-08-22 12:43:24 -0700 |
| commit | d1029c5e10f12b2e519ad55cd40c7beaa6805ae1 (patch) | |
| tree | d1894ada8827d7552d14c0c923a9523ee35768e8 /doc/zone-class.rst | |
| parent | 6fe02541577ef8113b60d1cadc49bd74efab0ff2 (diff) | |
| download | dnspython-d1029c5e10f12b2e519ad55cd40c7beaa6805ae1.tar.gz | |
minor doco edits
Diffstat (limited to 'doc/zone-class.rst')
| -rw-r--r-- | doc/zone-class.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/zone-class.rst b/doc/zone-class.rst index 48e138e..e77d90f 100644 --- a/doc/zone-class.rst +++ b/doc/zone-class.rst @@ -6,7 +6,7 @@ The dns.zone.Zone Class The ``Zone`` class provides a non-thread-safe implementation of a DNS zone, as well as a lightweight transation mechanism that allows it to be atomically updated. For more complicated transactional needs, or for concurrency, please -use the ``dns.versioned.Zone`` class (described below). +use the :py:class:`dns.versioned.Zone` class (described below). .. autoclass:: dns.zone.Zone :members: |
