]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
doc fix
authorBob Halley <halley@dnspython.org>
Mon, 16 Oct 2006 19:39:02 +0000 (19:39 +0000)
committerBob Halley <halley@dnspython.org>
Mon, 16 Oct 2006 19:39:02 +0000 (19:39 +0000)
dns/rdtypes/ANY/SOA.py

index a40740660f35af3a998eab1b5141c0e675b8a6e6..57f94ed7186f8d13f455ffc09869a8263f8249cc 100644 (file)
@@ -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