From 0702f704fa147ea583eb61ca01280c9e59665264 Mon Sep 17 00:00:00 2001 From: Andrew Murray <3112309+radarhere@users.noreply.github.com> Date: Fri, 5 Apr 2024 05:16:41 +1100 Subject: [PATCH] Remove commas MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ondrej Baranovič --- docs/handbook/image-file-formats.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/handbook/image-file-formats.rst b/docs/handbook/image-file-formats.rst index fbef08bce..06716255b 100644 --- a/docs/handbook/image-file-formats.rst +++ b/docs/handbook/image-file-formats.rst @@ -1488,9 +1488,9 @@ QOI .. versionadded:: 9.5.0 -Pillow reads images in Quite OK Image format, using a Python decoder. If you wish to +Pillow reads images in Quite OK Image format using a Python decoder. 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. +library that uses C to decode the image and interfaces with NumPy. SUN ^^^