Skip to content

Commit

Permalink
enhance docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
sciunto committed Aug 6, 2016
1 parent 4f4d96d commit 8f4868b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skimage/data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def rocket():
return load("rocket.jpg")

def _install_metadata_doc():
"Insert metadata to docstrings that return images."
"Insert metadata to the docstrings of functions that return images."
import sys
for name in __all__:
if name in ('load', 'lena'):
Expand Down

0 comments on commit 8f4868b

Please sign in to comment.