Fix a tutorial section heading title case

This commit is contained in:
Steve Johnson 2013-10-06 21:59:08 -07:00
parent 92d391c847
commit ff6951f2a4

View File

@ -501,7 +501,7 @@ Reading from a tar archive
fp = TarIO.TarIO("Imaging.tar", "Imaging/test/lena.ppm")
im = Image.open(fp)
Controlling the Decoder
Controlling the decoder
-----------------------
Some decoders allow you to manipulate the image while reading it from a file.