Skip to content

Commit 834d645

Browse files
authored
Merge pull request #616 from timgates42/bugfix_typo_translation
docs: fix simple typo, transation -> translation
2 parents 692e915 + c8fdddd commit 834d645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/zone-class.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The dns.zone.Zone Class
44
-----------------------
55

66
The ``Zone`` class provides a non-thread-safe implementation of a DNS zone,
7-
as well as a lightweight transation mechanism that allows it to be atomically
7+
as well as a lightweight translation mechanism that allows it to be atomically
88
updated. For more complicated transactional needs, or for concurrency, please
99
use the :py:class:`dns.versioned.Zone` class (described below).
1010

0 commit comments

Comments
 (0)