Skip to content

Commit

Permalink
#56 fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Jun 29, 2017
1 parent c453246 commit eeac8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzers/MISP/misp.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def summary(self, raw):

# return number of unique events
if data == []:
value = "\"0\event\""
value = "\"0 event\""
taxonomies.append(self.build_taxonomy(level, namespace, predicate, value))
else:
value = "\"{} event(s)\"".format(len(list(set(data))))
Expand Down

0 comments on commit eeac8d3

Please sign in to comment.