Remove incorrect documentation of "-1" subsampling setting

This commit is contained in:
Andrew Murray 2022-02-17 18:14:06 +11:00
parent 669247cbd7
commit f2a8c45744

View File

@ -381,7 +381,6 @@ The :py:meth:`~PIL.Image.Image.save` method supports the following options:
* ``keep``: Only valid for JPEG files, will retain the original image setting.
* ``4:4:4``, ``4:2:2``, ``4:2:0``: Specific sampling values
* ``-1``: equivalent to ``keep``
* ``0``: equivalent to ``4:4:4``
* ``1``: equivalent to ``4:2:2``
* ``2``: equivalent to ``4:2:0``