From 99cb19b671a4d0a76b845d090b1a491e9cb5e732 Mon Sep 17 00:00:00 2001 From: Hugo Date: Fri, 15 Aug 2014 13:58:54 +0300 Subject: [PATCH] Remove a rogue "=" from the end of a line It wasn't there in the original PIL handbook: http://effbot.org/imagingbook/format-jpeg.htm [CI skip] --- docs/handbook/image-file-formats.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/handbook/image-file-formats.rst b/docs/handbook/image-file-formats.rst index 8c9bb36ec..97caea722 100644 --- a/docs/handbook/image-file-formats.rst +++ b/docs/handbook/image-file-formats.rst @@ -136,7 +136,7 @@ The :py:meth:`~PIL.Image.Image.save` method supports the following options: **quality** The image quality, on a scale from 1 (worst) to 95 (best). The default is 75. Values above 95 should be avoided; 100 disables portions of the JPEG - compression algorithm, and results in large files with hardly any gain in = + compression algorithm, and results in large files with hardly any gain in image quality. **optimize**