diff options
| author | Janus <ysangkok@gmail.com> | 2018-07-23 16:11:00 +0200 |
|---|---|---|
| committer | Janus <ysangkok@gmail.com> | 2018-07-31 20:10:52 +0200 |
| commit | 5c5de7bb1ad26d6d6bb82ed2deb64748b46ac599 (patch) | |
| tree | e4510f90a598e484e57314dc04217259ef34a690 /dns/node.py | |
| parent | 2e6e81852b63eb64b68a08a27cc6e440819b6b58 (diff) | |
| download | dnspython-5c5de7bb1ad26d6d6bb82ed2deb64748b46ac599.tar.gz | |
Initial type signatures
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 cc507b5..ad8dacb 100644 --- a/dns/node.py +++ b/dns/node.py @@ -38,7 +38,7 @@ class Node(object): Each rdataset at the node is printed. Any keyword arguments to this method are passed on to the rdataset's to_text() method. - *name*, a ``dns.name.Name``, the owner name of the rdatasets. + *name*, a ``dns.name.Name`` or ``text``, the owner name of the rdatasets. Returns a ``text``. """ |
