From ac90bb49161fb0a2a1be95d8b573f240dc50cbac Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Thu, 2 Jul 2020 19:11:49 -0700 Subject: [PATCH] Fix comment typo. --- dns/node.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/node.py b/dns/node.py index 1425bbc7..b7e21b54 100644 --- a/dns/node.py +++ b/dns/node.py @@ -31,7 +31,7 @@ class Node: __slots__ = ['rdatasets'] def __init__(self): - #: the set of rdatsets, represented as a list. + # the set of rdatasets, represented as a list. self.rdatasets = [] def to_text(self, name, **kw): -- 2.47.3