Skip to content

Commit

Permalink
Update events_create.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zen-juen committed Jan 19, 2021
1 parent 926c2d1 commit 08d550c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neurokit2/events/events_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def events_create(event_onsets, event_durations=None, event_labels=None, event_c
>>>
>>> events = nk.events_create(event_onsets = [500, 1500, 2500, 5000])
>>> events #doctest: +ELLIPSIS
{'onset': array(...),
{'onset': [...],
'duration': array(...),
'label': array(...)}
Expand Down

0 comments on commit 08d550c

Please sign in to comment.