Skip to content

Commit dfb6b18

Browse files
committed
doc: corrected default value for flipped in core/image/__init__.py
1 parent 4ba1f29 commit dfb6b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kivy/core/image/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ def save(self, filename, flipped=False):
790790
Any other extensions are not officially supported.
791791
792792
The flipped parameter flips the saved image vertically, and
793-
defaults to True.
793+
defaults to False.
794794
795795
Example::
796796

0 commit comments

Comments
 (0)