Skip to content

Commit

Permalink
Merge pull request #616 from timgates42/bugfix_typo_translation
Browse files Browse the repository at this point in the history
docs: fix simple typo, transation -> translation
  • Loading branch information
rthalley committed Jan 3, 2021
2 parents 692e915 + c8fdddd commit 834d645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/zone-class.rst
Expand Up @@ -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).

Expand Down

0 comments on commit 834d645

Please sign in to comment.