summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2013-03-31 12:32:04 +0100
committerBob Halley <halley@dnspython.org>2013-03-31 12:32:04 +0100
commit4b30870dd7c35e3be29cd7cec1d9d9b64909342e (patch)
tree55c8ea6a56645a723f0cd4f8a6ac0f021a48af07
parente2bdfe09e419cfe0a55dc3187121e41a5a0cd675 (diff)
downloaddnspython-4b30870dd7c35e3be29cd7cec1d9d9b64909342e.tar.gz
turn tab into spaces
-rw-r--r--dns/node.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/node.py b/dns/node.py
index 630e32a..75c0801 100644
--- a/dns/node.py
+++ b/dns/node.py
@@ -50,7 +50,7 @@ class Node(object):
s = io.StringIO()
for rds in self.rdatasets:
if len(rds) > 0:
- print(rds.to_text(name, **kw), file=s)
+ print(rds.to_text(name, **kw), file=s)
return s.getvalue()[:-1]
def __repr__(self):