diff --git a/skimage/novice/__init__.py b/skimage/novice/__init__.py index ace7df47..b9937f51 100644 --- a/skimage/novice/__init__.py +++ b/skimage/novice/__init__.py @@ -42,7 +42,7 @@ True 451 Changing `size` resizes the picture. ->>> picture.size = (200, 250) +>>> picture.size = (45, 30) You can iterate over pixels, which have RGB values between 0 and 255, and know their location in the picture.