Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions mne/utils/docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -967,8 +967,7 @@ def _reflow_param_docstring(docstring, has_first_line=True, width=75):
matplotlib tick locator (may sometimes be inaccurate, use array for
accuracy). If array-like, the array values are used as the contour levels.
The values should be in µV for EEG, fT for magnetometers and fT/m for
gradiometers. If ``colorbar=True``, the colorbar will have ticks
corresponding to the contour levels. Default is ``6``.
gradiometers. Default is ``6``.
"""

docdict["coord_frame_maxwell"] = """
Expand Down
Loading