diff --git a/skimage/data/__init__.py b/skimage/data/__init__.py index 5d361de1..c30b80e1 100644 --- a/skimage/data/__init__.py +++ b/skimage/data/__init__.py @@ -127,9 +127,7 @@ def coins(): def logo(): - """Scikit-image logo, a RGBA image. - - """ + """Scikit-image logo, a RGBA image.""" return load("logo.png")