Skip to content

Commit

Permalink
Added some explanation for clarity
Browse files Browse the repository at this point in the history
As per Issue #50.
  • Loading branch information
danielquinn committed May 22, 2015
1 parent 79ff69b commit 1d5641a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ripe/atlas/sagan/dns.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ def is_query(self):

@property
def nameserver_count(self):
"""
Otherwise known as the NSCOUNT or the authority_count.
"""
return self.nscount

@property
Expand Down

0 comments on commit 1d5641a

Please sign in to comment.