Hi,

Small patch attached to fix a typo in the comments at the start of SOA.py.
The instance variable for the expire time is `expire' not `expiration'.


jm
-- 
Times flies like an arrow. Fruit flies like bananas.
--- dns/rdtypes/ANY/SOA.py.orig Wed Oct 11 19:53:08 2006
+++ dns/rdtypes/ANY/SOA.py      Wed Oct 11 19:53:25 2006
@@ -32,8 +32,8 @@
     @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
_______________________________________________
dnspython-dev mailing list
[email protected]
http://woof.play-bow.org/mailman/listinfo/dnspython-dev

Reply via email to