summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2006-10-16 19:39:02 +0000
committerBob Halley <halley@dnspython.org>2006-10-16 19:39:02 +0000
commit5c2908934dd59d3ee0abaf302cc5ded1d44000da (patch)
tree933869fa18248689231cbfc379c31473ac6a47ab
parent506641ed3ecd77e5408a9d37f1a91d7a18e87446 (diff)
downloaddnspython-5c2908934dd59d3ee0abaf302cc5ded1d44000da.tar.gz
doc fix
-rw-r--r--dns/rdtypes/ANY/SOA.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/rdtypes/ANY/SOA.py b/dns/rdtypes/ANY/SOA.py
index a407406..57f94ed 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