summaryrefslogtreecommitdiff
path: root/dns/node.py
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-07-02 19:11:49 -0700
committerBob Halley <halley@dnspython.org>2020-07-02 19:32:38 -0700
commitac90bb49161fb0a2a1be95d8b573f240dc50cbac (patch)
tree6e34f35843aeb9e93456a7a3193f224d746424cc /dns/node.py
parent1cc775a28a3f698b8f6d4b62de6281df69bde964 (diff)
downloaddnspython-ac90bb49161fb0a2a1be95d8b573f240dc50cbac.tar.gz
Fix comment typo.
Diffstat (limited to 'dns/node.py')
-rw-r--r--dns/node.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/node.py b/dns/node.py
index 1425bbc..b7e21b5 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):