From 67da36b83aacd8d61c0d42d5a7f4bbd58c7256b1 Mon Sep 17 00:00:00 2001 From: Devesh Bervar Date: Tue, 24 Feb 2026 21:03:40 +0530 Subject: [PATCH 1/2] DOC: remove incorrect colorbar reference from contours_topomap docstring --- mne/utils/docs.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mne/utils/docs.py b/mne/utils/docs.py index fc7d33a6f4b..88267ee9bef 100644 --- a/mne/utils/docs.py +++ b/mne/utils/docs.py @@ -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"] = """ From b552649924ec8b8c012b27b3d7906259af101788 Mon Sep 17 00:00:00 2001 From: Devesh Bervar Date: Sat, 28 Feb 2026 22:31:24 +0530 Subject: [PATCH 2/2] DOC: apply reviewer suggestion for formatting --- mne/utils/docs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mne/utils/docs.py b/mne/utils/docs.py index 88267ee9bef..1d38df14f00 100644 --- a/mne/utils/docs.py +++ b/mne/utils/docs.py @@ -967,7 +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.Default is ``6``. + gradiometers. Default is ``6``. """ docdict["coord_frame_maxwell"] = """