diff options
| author | Bob Halley <halley@dnspython.org> | 2020-07-02 19:11:49 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2020-07-02 19:32:38 -0700 |
| commit | ac90bb49161fb0a2a1be95d8b573f240dc50cbac (patch) | |
| tree | 6e34f35843aeb9e93456a7a3193f224d746424cc /dns/node.py | |
| parent | 1cc775a28a3f698b8f6d4b62de6281df69bde964 (diff) | |
| download | dnspython-ac90bb49161fb0a2a1be95d8b573f240dc50cbac.tar.gz | |
Fix comment typo.
Diffstat (limited to 'dns/node.py')
| -rw-r--r-- | dns/node.py | 2 |
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): |
