Skip to content

Commit fdc5993

Browse files
committed
Improved grammar [ci skip]
1 parent df886ed commit fdc5993

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/PIL/JpegImagePlugin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -593,9 +593,9 @@ def convert_dict_qtables(qtables):
593593

594594

595595
def get_sampling(im):
596-
# There's no subsampling when image have only 1 layer
596+
# There's no subsampling when images have only 1 layer
597597
# (grayscale images) or when they are CMYK (4 layers),
598-
# so set subsampling to default value.
598+
# so set subsampling to the default value.
599599
#
600600
# NOTE: currently Pillow can't encode JPEG to YCCK format.
601601
# If YCCK support is added in the future, subsampling code will have

0 commit comments

Comments
 (0)