diff --git a/mne_bids/write.py b/mne_bids/write.py index ca0b2ee05..1b29444e9 100644 --- a/mne_bids/write.py +++ b/mne_bids/write.py @@ -355,7 +355,8 @@ def _events_json(fname, overwrite=False): "Units": "s", }, "sample": { - "Description": ("The event onset time in number of sampling points."), + "Description": ("The event onset time in number of sampling points." + "First sample is 0."), }, "value": { "Description": (