From 494c1a14a3e53a077994da1a953c9468d101f685 Mon Sep 17 00:00:00 2001 From: Chintak Sheth Date: Wed, 24 Apr 2013 23:07:34 +0530 Subject: [PATCH] Minor changes --- skimage/data/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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")