Merge pull request #3646 from radarhere/typo

Fixed typo
This commit is contained in:
Hugo 2019-02-12 11:59:25 +02:00 committed by GitHub
commit d9f7911e43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -751,7 +751,7 @@ The :py:meth:`~PIL.Image.Image.save` method supports the following options:
**method** **method**
Quality/speed trade-off (0=fast, 6=slower-better). Defaults to 0. Quality/speed trade-off (0=fast, 6=slower-better). Defaults to 0.
**icc_procfile** **icc_profile**
The ICC Profile to include in the saved file. Only supported if The ICC Profile to include in the saved file. Only supported if
the system WebP library was built with webpmux support. the system WebP library was built with webpmux support.