From: Bob Halley Date: Mon, 11 May 2020 18:02:48 +0000 (-0700) Subject: fix quoting, again! X-Git-Tag: v2.0.0rc1~219 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b13e05c03d373bb7c5e7079ce6a69feb9fe4e7ee;p=thirdparty%2Fdnspython.git fix quoting, again! --- diff --git a/dns/dnssec.py b/dns/dnssec.py index fe00a9d5..48a4a3fe 100644 --- a/dns/dnssec.py +++ b/dns/dnssec.py @@ -472,7 +472,7 @@ def _validate(rrset, rrsigset, keys, origin=None, now=None): tuple. *rrsigset*, the signature RRset. This can be a - ``dns.rrset.RRset`` or a (``dns.name.Name`, ``dns.rdataset.Rdataset``) + ``dns.rrset.RRset`` or a (``dns.name.Name``, ``dns.rdataset.Rdataset``) tuple. *keys*, the key dictionary, used to find the DNSKEY associated