From: Tim Gates Date: Mon, 28 Dec 2020 23:31:20 +0000 (+1100) Subject: docs: fix simple typo, transation -> translation X-Git-Tag: v2.1.0~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F616%2Fhead;p=thirdparty%2Fdnspython.git docs: fix simple typo, transation -> translation There is a small typo in doc/zone-class.rst. Should read `translation` rather than `transation`. --- 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).