From 1f1888d35b820f67f3bb9262427e8b64f44d62f8 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Thu, 3 Sep 2020 07:42:59 -0700 Subject: [PATCH] add missing doco for override_rdclass parameter --- dns/rdataset.py | 3 +++ 1 file changed, 3 insertions(+) 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``. """ -- 2.47.3