From 13bd038d29870d0133b7dc7813ef122a58e1f07b Mon Sep 17 00:00:00 2001 From: Daniel McCloy Date: Mon, 8 Jun 2020 14:12:31 -0700 Subject: [PATCH] remove "and and" [ci skip] --- tutorials/evoked/plot_10_evoked_overview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/evoked/plot_10_evoked_overview.py b/tutorials/evoked/plot_10_evoked_overview.py index e7c82eedfca..e9c06ce8aab 100644 --- a/tutorials/evoked/plot_10_evoked_overview.py +++ b/tutorials/evoked/plot_10_evoked_overview.py @@ -273,7 +273,7 @@ ############################################################################### # Note that the ``nave`` attribute of the resulting `~mne.Evoked` object will # reflect the *effective* number of averages, and depends on both the ``nave`` -# attributes of the contributing `~mne.Evoked` objects and and the weights at +# attributes of the contributing `~mne.Evoked` objects and the weights at # which they are combined. Keeping track of effective ``nave`` is important for # inverse imaging, because ``nave`` is used to scale the noise covariance # estimate (which in turn affects the magnitude of estimated source activity).