diff --git a/README.md b/README.md index e41cf70..30901d2 100644 --- a/README.md +++ b/README.md @@ -255,7 +255,7 @@ alert = Alert.from_id(alert_id=alert_id, ```python history_results = query_file_analyses_history( api = , - filters** + **filters ) for analyse in history_results: print(analyse)