summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Tauber <steve@onzra.com>2012-05-29 15:32:32 -0700
committerSteve Tauber <steve@onzra.com>2012-05-29 15:32:32 -0700
commita8a6bf34f795681764415bc16865b76487f99c21 (patch)
treeb054cd45dca7eda63f28d420651e5cd6cbd7479e
parentd65a7a8f7d23c3d4219364069bdd41f19c8215f9 (diff)
downloaddnspython-a8a6bf34f795681764415bc16865b76487f99c21.tar.gz
Updating documentation for dns.query.xfr
-rw-r--r--dns/query.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/query.py b/dns/query.py
index c141612..7a1b1f4 100644
--- a/dns/query.py
+++ b/dns/query.py
@@ -339,7 +339,7 @@ def xfr(where, zone, rdtype=dns.rdatatype.AXFR, rdclass=dns.rdataclass.IN,
dns.rdatatype.AXFR.
@type rdtype: int or string
@param rdclass: The class of the zone transfer. The default is
- dns.rdatatype.IN.
+ dns.rdataclass.IN.
@type rdclass: int or string
@param timeout: The number of seconds to wait for each response message.
If None, the default, wait forever.