Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thht committed Aug 6, 2024
1 parent d64c2ab commit 424f575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mne_bids/write.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def _events_tsv(
trial_type : dict | None
Dictionary mapping a brief description key to an event id (value). For
example {'Go': 1, 'No Go': 2}.
event_metadata : pd.DataFrame | None
event_metadata : pandas.DataFrame | None
Additional metadata to be stored in the events.tsv file. Must have one
row per event.
overwrite : bool
Expand Down Expand Up @@ -1501,7 +1501,7 @@ def write_raw_bids(
contains :class:`~mne.Annotations`, you can use this parameter to
assign event codes to each unique annotation description (mapping from
description to event code).
event_metadata : pd.DataFrame | None
event_metadata : pandas.DataFrame | None
Metadata for each event in ``events``. Each row corresponds to an event.
extra_columns_descriptions : dict | None
A dictionary that maps column names of the ``event_metadata`` to descriptions.
Expand Down

0 comments on commit 424f575

Please sign in to comment.