From ff6951f2a48342deec068b4dda770a6bb2945e00 Mon Sep 17 00:00:00 2001 From: Steve Johnson Date: Sun, 6 Oct 2013 21:59:08 -0700 Subject: [PATCH] Fix a tutorial section heading title case --- docs/handbook/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/handbook/tutorial.rst b/docs/handbook/tutorial.rst index 88bff797f..986e46936 100644 --- a/docs/handbook/tutorial.rst +++ b/docs/handbook/tutorial.rst @@ -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.