Corrected documentation

This commit is contained in:
Andrew Murray 2025-06-14 21:09:02 +10:00
parent c72ecde7b5
commit 34d9698007

View File

@ -1087,7 +1087,7 @@ QOI
.. versionadded:: 9.5.0
Pillow reads and writes images in Quite OK Image format using a Python decoder. If you
Pillow reads and writes images in Quite OK Image format using a Python codec. If you
wish to write code specifically for this format, :pypi:`qoi` is an alternative library
that uses C to decode the image and interfaces with NumPy.