Fix novice doc test

This commit is contained in:
Johannes Schönberger
2014-04-12 09:57:51 -04:00
parent 9e1cc80dd3
commit 739dca0201
+1 -1
View File
@@ -226,7 +226,7 @@ class Picture(object):
Get the bottom-left pixel
>>> pic[0, 0]
Pixel(red=255, green=0, blue=0)
Pixel(red=255, green=0, blue=0, alpha=255)
Get the top row of the picture
>>> pic[:, pic.height-1]