Update tutorial.rst

Just a couple grammatical fixes
This commit is contained in:
Mike Driscoll 2014-10-03 10:00:50 -05:00
parent 283e312509
commit 7bed246e85

View File

@ -296,7 +296,7 @@ Point Operations
The :py:meth:`~PIL.Image.Image.point` method can be used to translate the pixel The :py:meth:`~PIL.Image.Image.point` method can be used to translate the pixel
values of an image (e.g. image contrast manipulation). In most cases, a values of an image (e.g. image contrast manipulation). In most cases, a
function object expecting one argument can be passed to the this method. Each function object expecting one argument can be passed to this method. Each
pixel is processed according to that function: pixel is processed according to that function:
Applying point transforms Applying point transforms
@ -397,7 +397,7 @@ Note that most drivers in the current version of the library only allow you to
seek to the next frame (as in the above example). To rewind the file, you may seek to the next frame (as in the above example). To rewind the file, you may
have to reopen it. have to reopen it.
The following iterator class lets you to use the for-statement to loop over the The following iterator class lets you use the for-statement to loop over the
sequence: sequence:
A sequence iterator class A sequence iterator class