From c8484ecb460ef90a9db6d32eef09542d3e850c57 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Fri, 8 May 2020 07:02:48 -0700 Subject: in doco, text->str, binary->bytes --- dns/node.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dns/node.py') diff --git a/dns/node.py b/dns/node.py index 4f8a16a..8c1802d 100644 --- a/dns/node.py +++ b/dns/node.py @@ -40,10 +40,10 @@ 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`` or ``text``, the owner name of the + *name*, a ``dns.name.Name`` or ``str``, the owner name of the rdatasets. - Returns a ``text``. + Returns a ``str``. """ -- cgit v1.2.1