Skip to content

Commit

Permalink
Merge pull request #34 from gbossert/issues/typo_in_search_index_method
Browse files Browse the repository at this point in the history
Fix typo in comment of 'search_index' method definition
  • Loading branch information
Rafiot committed Dec 27, 2016
2 parents f8f117f + bf19475 commit f0cc6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymisp/api.py
Expand Up @@ -767,7 +767,7 @@ def search_index(self, published=None, eventid=None, tag=None, datefrom=None,
:param eventid: Evend ID(s) | str or list
:param tag: Tag(s) | str or list
:param datefrom: First date, in format YYYY-MM-DD
:param datefrom: Last date, in format YYYY-MM-DD
:param dateto: Last date, in format YYYY-MM-DD
:param eventinfo: Event info(s) to match | str or list
:param threatlevel: Threat level(s) (1,2,3,4) | str or list
:param distribution: Distribution level(s) (0,1,2,3) | str or list
Expand Down

0 comments on commit f0cc6f4

Please sign in to comment.