From c8fdddd05d0f1754fdf7a867e2ed9bfb9c1686e4 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Tue, 29 Dec 2020 10:31:20 +1100 Subject: [PATCH] docs: fix simple typo, transation -> translation There is a small typo in doc/zone-class.rst. Should read `translation` rather than `transation`. --- doc/zone-class.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/zone-class.rst b/doc/zone-class.rst index e77d90fe..554922d8 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). -- 2.47.3