Skip to content

Commit b5513e6

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mne/source_estimate.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1895,9 +1895,9 @@ def save(self, fname, ftype="auto", overwrite=False, verbose=None):
18951895
``"-lh.w"`` and ``"-rh.w"``) to the stem provided, for the left and
18961896
the right hemisphere, respectively.
18971897
ftype : str | None
1898-
File format to use. If "auto", the file format is inferred from the
1899-
file extension. Allowed values are ``"stc"``, ``"w"``, and ``"h5"``.
1900-
The ``"w"`` format only supports a single time point.
1898+
File format to use. If "auto", the file format will be inferred from the
1899+
file extension if possible. Other allowed values are ``"stc"``, ``"w"``, and
1900+
``"h5"``. The ``"w"`` format only supports a single time point.
19011901
%(overwrite)s
19021902
19031903
.. versionadded:: 1.0

0 commit comments

Comments
 (0)