From 753cc6fd2371713f57527ef1be7f8891f78cfff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Sun, 3 Nov 2013 19:18:48 +0100 Subject: [PATCH] Fix novice doctest --- skimage/novice/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/novice/__init__.py b/skimage/novice/__init__.py index 40038be0..029d9a64 100644 --- a/skimage/novice/__init__.py +++ b/skimage/novice/__init__.py @@ -53,7 +53,7 @@ and know their location in the picture. Pictures know if they've been modified from the original file >>> picture.modified True ->>> picture.path +>>> print(picture.path) None Pictures can be indexed like arrays