Removed empty line

It seems that this empty line is what makes this code in the tutorial not highlighted 

http://pillow.readthedocs.org/en/latest/handbook/tutorial.html#a-sequence-iterator-class
This commit is contained in:
Marek Šuppa 2014-01-16 12:20:19 +01:00
parent 145883ef56
commit a6336e7ecc

View File

@ -105,7 +105,6 @@ Create JPEG thumbnails
except IOError:
print("cannot create thumbnail for", infile)
It is important to note that the library doesnt decode or load the raster data
unless it really has to. When you open a file, the file header is read to
determine the file format and extract things like mode, size, and other