]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
fix doco bugs
authorBob Halley <halley@dnspython.org>
Mon, 17 Oct 2005 05:23:04 +0000 (05:23 +0000)
committerBob Halley <halley@dnspython.org>
Mon, 17 Oct 2005 05:23:04 +0000 (05:23 +0000)
dns/rdata.py
dns/resolver.py

index fde2f1cc9418d1a5708950e048eb848801a00634..9225b66c7cdb4bf99969359174c507d304ee47a9 100644 (file)
@@ -250,7 +250,7 @@ class Rdata(object):
         @param origin: The origin to use for relative names
         @type origin: dns.name.Name
         @param relativize: should names be relativized?
-        @type origin: bool
+        @type relativize: bool
         @rtype: dns.rdata.Rdata instance
         """
 
index 2b4d4ee7b0539c573d84e8b75ac7a87cb57f43ae..11eca8cc8d8e07c485b61d026e491d9b6d59a4cd 100644 (file)
@@ -635,7 +635,7 @@ def zone_for_name(name, rdclass=dns.rdataclass.IN, tcp=False, resolver=None):
 
     @param name: the query name
     @type name: absolute dns.name.Name object or string
-    @ivar rdclass: The query class
+    @param rdclass: The query class
     @type rdclass: int
     @param tcp: use TCP to make the query (default is False).
     @type tcp: bool