From 5c2908934dd59d3ee0abaf302cc5ded1d44000da Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Mon, 16 Oct 2006 19:39:02 +0000 Subject: [PATCH] doc fix --- dns/rdtypes/ANY/SOA.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dns/rdtypes/ANY/SOA.py b/dns/rdtypes/ANY/SOA.py index a4074066..57f94ed7 100644 --- a/dns/rdtypes/ANY/SOA.py +++ b/dns/rdtypes/ANY/SOA.py @@ -32,8 +32,8 @@ class SOA(dns.rdata.Rdata): @type refresh: int @ivar retry: The zone's retry value (in seconds) @type retry: int - @ivar expiration: The zone's expiration value (in seconds) - @type expiration: int + @ivar expire: The zone's expiration value (in seconds) + @type expire: int @ivar minimum: The zone's negative caching time (in seconds, called "minimum" for historical reasons) @type minimum: int -- 2.47.3