From b524aa9d161e666b29f807f3c30cadd20b3f0b06 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Sun, 14 Feb 2016 01:58:59 +0000 Subject: [PATCH] gremlin/gremlin.in (JPEGFormat): Fix property name in docstring. Organization: Straylight/Edgeware From: Mark Wooding --- gremlin/gremlin.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gremlin/gremlin.in b/gremlin/gremlin.in index c029bc3..1fd862d 100755 --- a/gremlin/gremlin.in +++ b/gremlin/gremlin.in @@ -1236,7 +1236,7 @@ class JPEGFormat (ImageFormat): optimize If present, take a second pass to select optimal encoder settings. - progression + progressive If present, make a progressive file. quality Integer from 1--100 (worst to best); default is 75. -- [mdw]