summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2021-01-03 12:25:48 -0800
committerGitHub <noreply@github.com>2021-01-03 12:25:48 -0800
commit834d6451159031e94c93a87de44bc6475a29ea06 (patch)
treebac8829c338b0f5b0599fae10d3b5314b63995b7
parent692e915307692f5f207b628005eeb73c69e2fb34 (diff)
parentc8fdddd05d0f1754fdf7a867e2ed9bfb9c1686e4 (diff)
downloaddnspython-834d6451159031e94c93a87de44bc6475a29ea06.tar.gz
Merge pull request #616 from timgates42/bugfix_typo_translation
docs: fix simple typo, transation -> translation
-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).