From: Bob Halley Date: Fri, 3 Jul 2020 02:11:49 +0000 (-0700) Subject: Fix comment typo. X-Git-Tag: v2.0.0rc2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac90bb49161fb0a2a1be95d8b573f240dc50cbac;p=thirdparty%2Fdnspython.git Fix comment typo. --- 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):