Skip to content

Commit bc1dc14

Browse files
authored
Merge pull request #4629 from radarhere/sampling_comment
2 parents df886ed + fdc5993 commit bc1dc14

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)