From b8dbef60d6e11b215b2e53d0764f796ff52b125c Mon Sep 17 00:00:00 2001 From: Christoph Deil Date: Tue, 23 Oct 2012 12:10:59 +0300 Subject: [PATCH] Fix typo in README --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index e39e331902734..e99309188581e 100644 --- a/README.rst +++ b/README.rst @@ -72,9 +72,9 @@ Testing ------- After installation, you can launch the test suite from outside the -source directory (you will need to have nosetest installed):: +source directory (you will need to have nosetests installed):: - $ nosetest --exe sklearn + $ nosetests --exe sklearn See the web page http://scikit-learn.org/stable/install.html#testing for more information.