10000 Split line · matplotlib/matplotlib@968d23f · GitHub
[go: up one dir, main page]

Skip to content

Commit 968d23f

Browse files
committed
Split line
1 parent 8832319 commit 968d23f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/backends/backend_gtk.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,8 @@ def save_figure(self, *args):
10181018

10191019

10201020
class FileChooserDialog(gtk.FileChooserDialog):
1021-
"""GTK+ 2.4 file selector which presents the user with a menu of supported image formats
1021+
"""GTK+ 2.4 file selector which presents the user with a menu
1022+
of supported image formats
10221023
"""
10231024
def __init__ (self,
10241025
title = 'Save file',

0 commit comments

Comments
 (0)
0