Skip to content

Commit 8ea9bdd

Browse files
ruuskaslarsoner
andauthored
Fix doc indents
Co-authored-by: Eric Larson <[email protected]>
1 parent dff1e40 commit 8ea9bdd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

mne/viz/topomap.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -2119,18 +2119,18 @@ def plot_evoked_topomap(
21192119
The defaults for ``contours`` and ``vlim`` are handled as follows:
21202120
21212121
* When neither ``vlim`` nor a list of ``contours`` is passed, MNE sets
2122-
``vlim`` at ± the maximum absolute value of the data and then chooses
2123-
contours within those bounds.
2122+
``vlim`` at ± the maximum absolute value of the data and then chooses
2123+
contours within those bounds.
21242124
21252125
* When ``vlim`` but not a list of ``contours`` is passed, MNE chooses
2126-
contours to be within the ``vlim``.
2126+
contours to be within the ``vlim``.
21272127
21282128
* When a list of ``contours`` but not ``vlim`` is passed, MNE chooses
2129-
``vlim`` to encompass the ``contours`` and the maximum absolute value of the
2130-
data.
2129+
``vlim`` to encompass the ``contours`` and the maximum absolute value of the
2130+
data.
21312131
21322132
* When both a list of ``contours`` and ``vlim`` are passed, MNE uses them
2133-
as-is.
2133+
as-is.
21342134
21352135
When ``time=="interactive"``, the figure will publish and subscribe to the
21362136
following UI events:

0 commit comments

Comments
 (0)