Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aabbd3d

Browse files
committed
fixed a typo in mathtext.py
svn path=/trunk/matplotlib/; revision=2773
1 parent cacb028 commit aabbd3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/mathtext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1614,7 +1614,7 @@ def __call__(self, s, dpi, fontsize, angle=0):
16141614
svg_elements = Bunch(svg_glyphs=self.font_object.svg_glyphs,
16151615
svg_lines=[])
16161616
self.cache[cacheKey] = w, h, svg_elements
1617-
return w, h,
1617+
return w, h, svg_elements
16181618
elif self.output == 'Agg':
16191619
self.cache[cacheKey] = w, h, self.font_object.fonts.values()
16201620
return w, h, self.font_object.fonts.values()

0 commit comments

Comments
 (0)