Skip to content

Commit 251ff54

Browse files
committedMar 1, 2018
Tyos fixed in several docstrings.
1 parent 99f05fe commit 251ff54

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎Augmentor/Pipeline.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,11 @@ def set_save_format(self, save_format):
244244
file extension.
245245
246246
If :attr:`save_format` is set to, for example,
247-
:attr:`save_format="JPEG"` or :attr:`save_format=JPG`,
248-
Augmentor will attempt to save the files using a the
247+
:attr:`save_format="JPEG"` or :attr:`save_format="JPG"`,
248+
Augmentor will attempt to save the files using the
249249
JPEG format, which may result in errors if the file cannot
250-
be saved in this format.
250+
be saved in this format, such as PNG images with an alpha
251+
channel.
251252
252253
:param save_format: The save format to save the images
253254
when writing to disk.

0 commit comments

Comments
 (0)
Please sign in to comment.