[med-svn] [python-mne] 297/353: corrected bad doc string

Yaroslav Halchenko debian at onerussian.com
Fri Nov 27 17:25:19 UTC 2015


This is an automated email from the git hooks/post-receive script.

yoh pushed a commit to tag 0.4
in repository python-mne.

commit f64cf2cbcdeaced058852aaa21734459180b625f
Author: Daniel Strohmeier <daniel.strohmeier at googlemail.com>
Date:   Thu Jul 19 10:06:57 2012 +0200

    corrected bad doc string
---
 mne/epochs.py | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/mne/epochs.py b/mne/epochs.py
index 7972576..944153f 100644
--- a/mne/epochs.py
+++ b/mne/epochs.py
@@ -442,10 +442,10 @@ class Epochs(object):
             evoked.info['nchan'] = len(data_picks)
             evoked.data = evoked.data[data_picks]
         return evoked
-    
+
     def crop(self, tmin=None, tmax=None, copy=False):
         """Crops a time interval from epochs object.
-    
+
         Parameters
         ----------
         tmin : float
@@ -535,8 +535,6 @@ def bootstrap(epochs, random_state=None):
         epochs data to be bootstrapped
     random_state : None | int | np.random.RandomState
         To specify the random generator state
-    return_idx : bool
-        If True the selected indices are provided as an output
 
     Returns
     -------

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-mne.git



More information about the debian-med-commit mailing list