Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCorrect example in Image save methods docstr #2621
Conversation
The example incorrectly tries to iterate over the image object. This commit fixes it so that it calls the save method and iterates over the generator.
The example incorrectly tries to iterate over the
image object. This commit fixes it so that it calls
the save method and iterates over the generator.