Skip to content

Commit

Permalink
#56 better wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Jun 29, 2017
1 parent 2cb1911 commit 9378d21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions analyzers/CIRCLPassiveDNS/circl_passivedns.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ def summary(self, raw):
r = len(raw.get('results'))

if r == 0 or r == 1:
value = "\"{} hit\"".format(r)
value = "\"{} record\"".format(r)
else:
value = "\"{} hits\"".format(r)
value = "\"{} records\"".format(r)

taxonomies.append(self.build_taxonomy(level, namespace, predicate, value))
return {"taxonomies": taxonomies}
Expand Down

0 comments on commit 9378d21

Please sign in to comment.