From: Bob Halley Date: Thu, 3 Sep 2020 14:42:59 +0000 (-0700) Subject: add missing doco for override_rdclass parameter X-Git-Tag: v2.1.0rc1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f1888d35b820f67f3bb9262427e8b64f44d62f8;p=thirdparty%2Fdnspython.git add missing doco for override_rdclass parameter --- diff --git a/dns/rdataset.py b/dns/rdataset.py index 2e3b4d4a..45f8bd69 100644 --- a/dns/rdataset.py +++ b/dns/rdataset.py @@ -196,6 +196,9 @@ class Rdataset(dns.set.Set): *relativize*, a ``bool``. If ``True``, names will be relativized to *origin*. + *override_rdclass*, a ``dns.rdataclass.RdataClass`` or ``None``. + If not ``None``, use this class instead of the Rdataset's class. + *want_comments*, a ``bool``. If ``True``, emit comments for rdata which have them. The default is ``False``. """