Skip to content

Commit

Permalink
The documentation for txn delete methods erroneously said a class was…
Browse files Browse the repository at this point in the history
… needed.
  • Loading branch information
rthalley committed Nov 24, 2023
1 parent 546895c commit 7cce928
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dns/transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def delete(self, *args: Any) -> None:
- name
- name, rdataclass, rdatatype, [covers]
- name, rdatatype, [covers]
- name, rdataset...
Expand All @@ -222,7 +222,7 @@ def delete_exact(self, *args: Any) -> None:
- name
- name, rdataclass, rdatatype, [covers]
- name, rdatatype, [covers]
- name, rdataset...
Expand Down

0 comments on commit 7cce928

Please sign in to comment.