summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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).