From 0b32676094f2055584269345699a6ca6b9eacdf0 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Wed, 26 Oct 2011 18:23:27 -0700 Subject: [PATCH] DOC: Better docstring for coins. --- skimage/data/__init__.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/skimage/data/__init__.py b/skimage/data/__init__.py index 39391d05..9d1f691b 100644 --- a/skimage/data/__init__.py +++ b/skimage/data/__init__.py @@ -42,7 +42,15 @@ def checkerboard(): return load("chessboard_RGB.png") def coins(): - """Coins image. + """Greek coins from Pompeii. + + Notes + ----- + This image was downloaded from the + `Brooklyn Museum Collection + `__. + + No known copyright restrictions. """ return load("coins.jpg")