diff --git a/skimage/data/__init__.py b/skimage/data/__init__.py index 253c08d3..f80e4153 100644 --- a/skimage/data/__init__.py +++ b/skimage/data/__init__.py @@ -117,13 +117,13 @@ def page(): def horse(): - """Image of a horse. + """Black and white silhouette of a horse. This image was downloaded from `openclipart ` - Released into public domain and drawn by Andreas Preuss and uploaded by - marauder. + Released into public domain and drawn and uploaded by Andreas Preuss + (marauder). """ return load("horse.png")