patch attached.

>From 739e8ac17d92dfded2e749777853aa37eb0c73be Mon Sep 17 00:00:00 2001
From: Valentin Haenel <[email protected]>
Date: Fri, 27 Mar 2009 15:33:48 +0100
Subject: [PATCH 1/1] fixing typo in searchlight_2d example

---
 doc/examples/searchlight_2d.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/examples/searchlight_2d.py b/doc/examples/searchlight_2d.py
index c81709c..a64c9f3 100755
--- a/doc/examples/searchlight_2d.py
+++ b/doc/examples/searchlight_2d.py
@@ -73,7 +73,7 @@ classifier."""
 clf = LinearNuSVMC()
 
 # setup measure to be computed by Searchlight
-# cross-validated mean transfer using an odd-even dataset splitter
+# cross-validated mean transfer using an N-fold dataset splitter
 cv = CrossValidatedTransferError(TransferError(clf),
                                  NFoldSplitter())
 
-- 
1.5.6.5

_______________________________________________
Pkg-ExpPsy-PyMVPA mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-exppsy-pymvpa

Reply via email to