Skip to content

Commit 59069e7

Browse files
committed
Progress towards test
1 parent 2933e78 commit 59069e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_exceptions/test_image_too_large.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def make_image_file(
2424
Args:
2525
file_format: See
2626
http://pillow.readthedocs.io/en/3.1.x/handbook/image-file-formats.html
27-
color_space: One of "L", "RGB", or "CMYK". "L" means greyscale.
27+
color_space: One of "L", "RGB", or "CMYK".
2828
width: The width, in pixels of the image.
2929
height: The width, in pixels of the image.
3030

0 commit comments

Comments
 (0)