From 7738e65de84e99945e8b6218e4784c80fb6c13cb Mon Sep 17 00:00:00 2001 From: Vighnesh Birodkar Date: Sat, 26 Apr 2014 23:30:45 +0530 Subject: [PATCH] hubble_deep_filed doc string changes. --- skimage/data/__init__.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/skimage/data/__init__.py b/skimage/data/__init__.py index 2b96470b..d3326451 100644 --- a/skimage/data/__init__.py +++ b/skimage/data/__init__.py @@ -206,7 +206,7 @@ def coffee(): def hubble_deep_field(): """Hubble eXtreme Deep Field - This photograph contains the Hubble Telescopes farthest ever view of + This photograph contains the Hubble Telescope's farthest ever view of the universe. Originally intended to be used as an example of blob detection. @@ -216,8 +216,7 @@ def hubble_deep_field(): `HubbleSite `__. - The image was captured by NASA and may be freely used in the public domain - according to NASA's contract (NAS5-26555). + The image was captured by NASA and `may be freely used in the public domain `_. """ return load("hubble_deep_field.jpg")