skimage/version.py should be ignored. Doc has been updated with new module

name ``sklearn``
This commit is contained in:
Nelle Varoquaux
2011-10-18 21:14:21 +02:00
parent 6d67bba941
commit 1704ab31a9
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ def load(f):
Returns
-------
img : ndarray
Image loaded from scikits.image.data_dir.
Image loaded from skimage.data_dir.
"""
return imread(_os.path.join(data_dir, f))