From 34d969800734ef45c446e832ac39f2775abf5a3d Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 14 Jun 2025 21:09:02 +1000 Subject: [PATCH] Corrected documentation --- docs/handbook/image-file-formats.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/handbook/image-file-formats.rst b/docs/handbook/image-file-formats.rst index 38016be96..a15e84574 100644 --- a/docs/handbook/image-file-formats.rst +++ b/docs/handbook/image-file-formats.rst @@ -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.