From 3e6fd74aeb57118c058bd00cc6430a3afcff3e98 Mon Sep 17 00:00:00 2001 From: Andreas Mueller <amueller@ais.uni-bonn.de> Date: Tue, 20 Dec 2011 12:57:09 +0100 Subject: [PATCH] FIX minor typo --- doc/developers/performance.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/developers/performance.rst b/doc/developers/performance.rst index ba9e73af7a..7bd923d818 100644 --- a/doc/developers/performance.rst +++ b/doc/developers/performance.rst @@ -87,7 +87,7 @@ for interactively exploring the relevant part for the code. Suppose we want to profile the Non Negative Matrix Factorization module of the scikit. Let us setup a new IPython session and load the digits -dataset and as in the :ref:`example_plot_plot_digits_classification.py` example:: +dataset and as in the :ref:`example_plot_digits_classification.py` example:: In [1]: from sklearn.decomposition import NMF -- GitLab