mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-24 00:46:16 +03:00
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:
parent
e51b7ad7bf
commit
99cb19b671
|
@ -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**
|
||||
|
|
Loading…
Reference in New Issue
Block a user