From 236666fd7c8ea5093fc67f351e2de6df052b4fc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Tue, 2 Oct 2012 19:03:24 +0200 Subject: [PATCH] Rename scikits-learn to scikit-learn --- doc/ext/plot2rst.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ext/plot2rst.py b/doc/ext/plot2rst.py index 5933073f..92978723 100644 --- a/doc/ext/plot2rst.py +++ b/doc/ext/plot2rst.py @@ -9,7 +9,7 @@ To generate your own examples, add this extension to the list of example directory(ies) in `plot2rst_paths` (see below) points to a directory with examples named `plot_*.py` and include an `index.rst` file. -This code was adapted from scikit-image, which took it from scikits-learn. +This code was adapted from scikit-image, which took it from scikit-learn. Options -------