chg: [blog] typo fixed

pull/28/head
Alexandre Dulaunoy 2020-09-30 13:54:51 +02:00
parent 6f773d4405
commit f0d4f53853
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ misp_object.add_attribute('blog', github_user['blog'])
misp_object.add_attribute('node_id', github_user['node_id'])
~~~~
Finaly, you add the new object created, then pushed to the specified event id, on your MISP instance:
Finally, you add the new object created, then pushed to the specified event id, on your MISP instance:
~~~~python
retcode = pymisp.add_object(args.event, misp_object)