]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
docs: fix simple typo, transation -> translation 616/head
authorTim Gates <tim.gates@iress.com>
Mon, 28 Dec 2020 23:31:20 +0000 (10:31 +1100)
committerTim Gates <tim.gates@iress.com>
Mon, 28 Dec 2020 23:31:20 +0000 (10:31 +1100)
There is a small typo in doc/zone-class.rst.

Should read `translation` rather than `transation`.

doc/zone-class.rst

index e77d90fe2be39179f9fad1d17f02640798091d67..554922d8f84c0e045fc5fa068865d8d4d44d8c26 100644 (file)
@@ -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).