From 5afb53a1260bb33611270db65ce8eae098bef2b0 Mon Sep 17 00:00:00 2001 From: Marianne Corvellec Date: Fri, 16 Aug 2013 18:47:19 -0400 Subject: [PATCH] Edited docstring according to comments. --- skimage/data/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skimage/data/__init__.py b/skimage/data/__init__.py index c3d9d5d8..cea2a9f5 100644 --- a/skimage/data/__init__.py +++ b/skimage/data/__init__.py @@ -191,8 +191,8 @@ def coffee(): """Coffee cup. This photograph is courtesy of Pikolo Espresso Bar. - It shows several shapes (including an ellipse). It may be used to - illustrate ellipse detection (using the Hough transform). + It contains several elliptical shapes as well as varying texture (smooth + porcelain to course wood grain). Notes -----