Skip to content

Commit a2eb16c

Browse files
Update mne/utils/docs.py
fix: correct typo in docs.py Co-authored-by: Thomas S. Binns <t.s.binns@outlook.com>
1 parent 7319a6d commit a2eb16c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mne/utils/docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4104,7 +4104,7 @@ def _reflow_param_docstring(docstring, has_first_line=True, width=75):
41044104
- Average reference:
41054105
A new virtual reference electrode is created by averaging the current
41064106
EEG signal by setting ``ref_channels='average'``. Bad EEG channels are
4107-
automatically excluded if they are pproperly set in ``info['bads']``.
4107+
automatically excluded if they are properly set in ``info['bads']``.
41084108
41094109
"add_reference_channels_note": """.. note:: When performing average referencing in sensor-space analyses and the
41104110
original reference electrode is not present as a zero-filled channel,

0 commit comments

Comments
 (0)