From a6336e7eccafe8ba42423588db7f4072fe9b545f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20=C5=A0uppa?= Date: Thu, 16 Jan 2014 12:20:19 +0100 Subject: [PATCH] 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 --- docs/handbook/tutorial.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/handbook/tutorial.rst b/docs/handbook/tutorial.rst index d7bb98386..9ce50da7d 100644 --- a/docs/handbook/tutorial.rst +++ b/docs/handbook/tutorial.rst @@ -105,7 +105,6 @@ Create JPEG thumbnails except IOError: print("cannot create thumbnail for", infile) - It is important to note that the library doesn’t 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