From 02f7f08ee40593dbfbc0fde26cd7c83fffa2c79a Mon Sep 17 00:00:00 2001 From: Eric Brayet Date: Thu, 10 Nov 2022 13:31:08 +0100 Subject: [PATCH] Typo --- doc/changes/1.2.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changes/1.2.inc b/doc/changes/1.2.inc index 813fd226cf8..fd5b23e5fd5 100644 --- a/doc/changes/1.2.inc +++ b/doc/changes/1.2.inc @@ -55,7 +55,7 @@ Enhancements Bugs ~~~~ - Fix bug in :meth:`mne.io.Raw.crop` where argument ``include_tmax`` was not considered in checking ``tmax`` in bounds (:gh:`11196` by `Lukas Gemein`_) -- Fix bug in :func:`mne.io.read_raw_eeglab` where unlabeled fiducials causde reading errors (:gh:`11074` by :newcontrib:`Sebastiaan Mathot`) +- Fix bug in :func:`mne.io.read_raw_eeglab` where unlabeled fiducials caused reading errors (:gh:`11074` by :newcontrib:`Sebastiaan Mathot`) - Fix bug in :func:`mne.time_frequency.read_csd` that returned ``projs`` as a list of dict instead of :class:`mne.Projection` (:gh:`11072` by :newcontrib:`Chetan Gohil`) - Fix bug in :func:`mne.decoding.TimeFrequency` that prevented cloning if constructor arguments were modified (:gh:`11004` by :newcontrib:`Daniel Carlström Schad`) - Fix bug in ``repr`` of decoding estimator classes (e.g., :class:`mne.decoding.SlidingEstimator`) where the parameters where not stored in the result string but instead just printed to ``sys.stdout`` (:gh:`11190` by :newcontrib:`Dominik Wetzel`)