From 09503cd168ae0996185f8e6e5a90725759fb0560 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Sun, 12 Jul 2015 22:27:41 -0500 Subject: [PATCH] Fix docstring --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9ba30692..4eddc149 100644 --- a/setup.py +++ b/setup.py @@ -73,8 +73,8 @@ if __name__ == "__main__": # For these actions, NumPy is not required. # # They are required to succeed without Numpy for example when - # pip is used to install Scipy when Numpy is not yet present in - # the system. + # pip is used to install scikit-image when Numpy is not yet + # present in the system. pass else: print('To install scikit-image from source, you will need numpy.\n' +