Fix some typos.

This commit is contained in:
Yulv-git 2022-05-14 12:46:46 +08:00
parent c4325c805e
commit a0fa540b0b
4 changed files with 4 additions and 4 deletions

View File

@ -174,7 +174,7 @@ Previously, if a BMP file was too large, an ``OSError`` would be raised. Now,
Dark theme for docs
^^^^^^^^^^^^^^^^^^^
The https://pillow.readthedocs.io documentation will use a dark theme if the the user has requested the system use one. Uses the ``prefers-color-scheme`` CSS media query.
The https://pillow.readthedocs.io documentation will use a dark theme if the user has requested the system use one. Uses the ``prefers-color-scheme`` CSS media query.

View File

@ -1324,7 +1324,7 @@ class Image:
def getextrema(self):
"""
Gets the the minimum and maximum pixel values for each band in
Gets the minimum and maximum pixel values for each band in
the image.
:returns: For a single-band image, a 2-tuple containing the

View File

@ -15,7 +15,7 @@
#
##
# Image plugin for the Spider image format. This format is is used
# Image plugin for the Spider image format. This format is used
# by the SPIDER software, in processing image data from electron
# microscopy and tomography.
##

View File

@ -125,7 +125,7 @@ ImagingGifDecode(Imaging im, ImagingCodecState state, UINT8 *buffer, Py_ssize_t
context->blocksize--;
/* New bits are shifted in from from the left. */
/* New bits are shifted in from the left. */
context->bitbuffer |= (INT32)c << context->bitcount;
context->bitcount += 8;