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

Skip to content

Commit 030d8fe

Browse files
committed
fix typo
svn path=/trunk/matplotlib/; revision=7143
1 parent e55e833 commit 030d8fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/legend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ def _set_artist_props(self, a):
305305

306306

307307
def _findoffset_best(self, width, height, xdescent, ydescent, renderer):
308-
"Heper function to locate the legend at its best position"
308+
"Helper function to locate the legend at its best position"
309309
ox, oy = self._find_best_position(width, height, renderer)
310310
return ox+xdescent, oy+ydescent
311311

0 commit comments

Comments
 (0)