Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8832319 commit 968d23fCopy full SHA for 968d23f
1 file changed
lib/matplotlib/backends/backend_gtk.py
@@ -1018,7 +1018,8 @@ def save_figure(self, *args):
1018
1019
1020
class FileChooserDialog(gtk.FileChooserDialog):
1021
- """GTK+ 2.4 file selector which presents the user with a menu of supported image formats
+ """GTK+ 2.4 file selector which presents the user with a menu
1022
+ of supported image formats
1023
"""
1024
def __init__ (self,
1025
title = 'Save file',
0 commit comments