Fix typo in comments of 'search_index' method definition

pull/36/head
Georges Bossert 2016-12-27 15:13:24 +01:00 committed by Raphaël Vinot
parent 4f230c9299
commit 0511bd4486
1 changed files with 1 additions and 1 deletions

View File

@ -704,7 +704,7 @@ class PyMISP(object):
: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