From 1093139d628e7840920a0268744524c670c1bd86 Mon Sep 17 00:00:00 2001 From: Tony S Yu Date: Sat, 28 Sep 2013 17:21:11 -0500 Subject: [PATCH] Rename image for clarity. --- skimage/novice/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skimage/novice/__init__.py b/skimage/novice/__init__.py index b9937f51..2c76c2b2 100644 --- a/skimage/novice/__init__.py +++ b/skimage/novice/__init__.py @@ -60,8 +60,8 @@ Pictures can be indexed like arrays >>> picture[0:20, 0:20] = (0, 0, 0) Saving the picture updates the path attribute, format, and modified state. ->>> picture.save('sample-bluegreen.jpg') ->>> print picture.path.endswith('sample-bluegreen.jpg') +>>> picture.save('save-demo.jpg') +>>> print picture.path.endswith('save-demo.jpg') True >>> print picture.format jpeg