Skip to content

Commit 4c59f77

Browse files
authored
Merge pull request #6513 from cgohlke/patch-1
DOC: fix image-file-formats.rst
2 parents c44eea2 + 8a1837c commit 4c59f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/handbook/image-file-formats.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@ The :py:meth:`~PIL.Image.Image.save` method can take the following keyword argum
968968
methods are: :data:`None`, ``"group3"``, ``"group4"``, ``"jpeg"``, ``"lzma"``,
969969
``"packbits"``, ``"tiff_adobe_deflate"``, ``"tiff_ccitt"``, ``"tiff_lzw"``,
970970
``"tiff_raw_16"``, ``"tiff_sgilog"``, ``"tiff_sgilog24"``, ``"tiff_thunderscan"``,
971-
``"webp"`, ``"zstd"``
971+
``"webp"``, ``"zstd"``
972972

973973
**quality**
974974
The image quality for JPEG compression, on a scale from 0 (worst) to 100

0 commit comments

Comments
 (0)