summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTim Gates <tim.gates@iress.com>2020-12-29 10:31:20 +1100
committerTim Gates <tim.gates@iress.com>2020-12-29 10:31:20 +1100
commitc8fdddd05d0f1754fdf7a867e2ed9bfb9c1686e4 (patch)
treebac8829c338b0f5b0599fae10d3b5314b63995b7 /doc
parent692e915307692f5f207b628005eeb73c69e2fb34 (diff)
downloaddnspython-c8fdddd05d0f1754fdf7a867e2ed9bfb9c1686e4.tar.gz
docs: fix simple typo, transation -> translation
There is a small typo in doc/zone-class.rst. Should read `translation` rather than `transation`.
Diffstat (limited to 'doc')
-rw-r--r--doc/zone-class.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/zone-class.rst b/doc/zone-class.rst
index e77d90f..554922d 100644
--- a/doc/zone-class.rst
+++ b/doc/zone-class.rst
@@ -4,7 +4,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
+as well as a lightweight translation mechanism that allows it to be atomically
updated. For more complicated transactional needs, or for concurrency, please
use the :py:class:`dns.versioned.Zone` class (described below).