Speed up doctest

This commit is contained in:
Tony S Yu
2013-10-21 23:02:50 -05:00
parent be1d81f3fc
commit 6ca30b0897
+1 -1
View File
@@ -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.