summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-05-11 11:02:48 -0700
committerBob Halley <halley@dnspython.org>2020-05-11 11:02:48 -0700
commitb13e05c03d373bb7c5e7079ce6a69feb9fe4e7ee (patch)
treef40aaa8cf525fbf3b74a6837929f8e1436427be3
parent99f5cf560b3df0f5a024952a846f599e51c41c7a (diff)
downloaddnspython-b13e05c03d373bb7c5e7079ce6a69feb9fe4e7ee.tar.gz
fix quoting, again!
-rw-r--r--dns/dnssec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/dnssec.py b/dns/dnssec.py
index fe00a9d..48a4a3f 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