DOC: Better docstring for coins.

This commit is contained in:
Stefan van der Walt
2011-10-26 18:23:27 -07:00
parent fdac2489e9
commit 0b32676094
+9 -1
View File
@@ -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
<http://www.brooklynmuseum.org/opencollection/archives/image/617/image>`__.
No known copyright restrictions.
"""
return load("coins.jpg")