From: Bob Halley Date: Mon, 16 Oct 2006 19:39:02 +0000 (+0000) Subject: doc fix X-Git-Tag: v1.5.0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c2908934dd59d3ee0abaf302cc5ded1d44000da;p=thirdparty%2Fdnspython.git doc fix --- 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