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]
This commit is contained in:
Hugo 2014-08-15 13:58:54 +03:00
parent e51b7ad7bf
commit 99cb19b671

View File

@ -136,7 +136,7 @@ The :py:meth:`~PIL.Image.Image.save` method supports the following options:
**quality** **quality**
The image quality, on a scale from 1 (worst) to 95 (best). The default is 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 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. image quality.
**optimize** **optimize**