Skip to content

Commit 757fb84

Browse files
committed
deleted paren syntax error
svn path=/trunk/matplotlib/; revision=1746
1 parent c52f2fd commit 757fb84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/backend_gtk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def resize(self, w, h):
150150
padw = winw-myw
151151
padh = winh-myh
152152

153-
neww = w+padw)
153+
neww = w+padw
154154
newh = h+padh
155155
self.parent.parent.resize(neww, newh)
156156

0 commit comments

Comments
 (0)