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

Skip to content

Commit 750692a

Browse files
committed
fix typo
svn path=/trunk/matplotlib/; revision=7959
1 parent 43d4b59 commit 750692a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/backend_bases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ def draw_image(self, gc, x, y, im):
335335

336336
def option_image_nocomposite(self):
337337
"""
338-
overwrite this method for renderers that do not necessarily
338+
override this method for renderers that do not necessarily
339339
want to rescale and composite raster images. (like SVG)
340340
"""
341341
return False

0 commit comments

Comments
 (0)