diff options
author | Bob Halley <halley@dnspython.org> | 2020-08-19 16:14:24 -0700 |
---|---|---|
committer | Bob Halley <halley@dnspython.org> | 2020-08-19 16:14:24 -0700 |
commit | bccfd05f2b89adcb379fcebb7d0c4140aca4a6fb (patch) | |
tree | fbfcea9cb28d4c97f7f8c0a4c97c8483220adfa8 /dns/versioned.py | |
parent | 65c4a968686dd0c3bca1ed1a5fd13fa0d2f1b441 (diff) | |
download | dnspython-bccfd05f2b89adcb379fcebb7d0c4140aca4a6fb.tar.gz |
rename masterfile to zonefile
Diffstat (limited to 'dns/versioned.py')
-rw-r--r-- | dns/versioned.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/versioned.py b/dns/versioned.py index 99c30e4..ff3d702 100644 --- a/dns/versioned.py +++ b/dns/versioned.py @@ -181,7 +181,7 @@ class Zone(dns.zone.Zone): *origin* is the origin of the zone. It may be a ``dns.name.Name``, a ``str``, or ``None``. If ``None``, then the zone's origin will - be set by the first ``$ORIGIN`` line in a masterfile. + be set by the first ``$ORIGIN`` line in a zone file. *rdclass*, an ``int``, the zone's rdata class; the default is class IN. |