Skip to content

Commit 6259404

Browse files
Update mne/source_estimate.py
Co-authored-by: Daniel McCloy <dan@mccloy.info>
1 parent 0f7283a commit 6259404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mne/source_estimate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1894,7 +1894,7 @@ def save(self, fname, ftype="auto", overwrite=False, verbose=None):
18941894
spaces are obtained by adding ``"-lh.stc"`` and ``"-rh.stc"`` (or
18951895
``"-lh.w"`` and ``"-rh.w"``) to the stem provided, for the left and
18961896
the right hemisphere, respectively.
1897-
ftype : str | None
1897+
ftype : "auto" | "stc" | "w" | "h5"
18981898
File format to use. If "auto", the file format will be inferred from the
18991899
file extension if possible. Other allowed values are ``"stc"``, ``"w"``, and
19001900
``"h5"``. The ``"w"`` format only supports a single time point.

0 commit comments

Comments
 (0)