From: Bob Halley Date: Fri, 24 Nov 2023 23:39:44 +0000 (-0800) Subject: The documentation for txn delete methods erroneously said a class was needed. X-Git-Tag: v2.5.0rc1~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7cce928e361fb01c4b1c7ab37bd1a28c626a80a7;p=thirdparty%2Fdnspython.git The documentation for txn delete methods erroneously said a class was needed. --- diff --git a/dns/transaction.py b/dns/transaction.py index 21dea775..84e54f7d 100644 --- a/dns/transaction.py +++ b/dns/transaction.py @@ -203,7 +203,7 @@ class Transaction: - name - - name, rdataclass, rdatatype, [covers] + - name, rdatatype, [covers] - name, rdataset... @@ -222,7 +222,7 @@ class Transaction: - name - - name, rdataclass, rdatatype, [covers] + - name, rdatatype, [covers] - name, rdataset...