|
From: <as...@us...> - 2009-11-12 22:49:47
|
Revision: 7959
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7959&view=rev
Author: astraw
Date: 2009-11-12 22:49:37 +0000 (Thu, 12 Nov 2009)
Log Message:
-----------
fix typo
Modified Paths:
--------------
trunk/matplotlib/lib/matplotlib/backend_bases.py
Modified: trunk/matplotlib/lib/matplotlib/backend_bases.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/backend_bases.py 2009-11-12 22:47:43 UTC (rev 7958)
+++ trunk/matplotlib/lib/matplotlib/backend_bases.py 2009-11-12 22:49:37 UTC (rev 7959)
@@ -335,7 +335,7 @@
def option_image_nocomposite(self):
"""
- overwrite this method for renderers that do not necessarily
+ override this method for renderers that do not necessarily
want to rescale and composite raster images. (like SVG)
"""
return False
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|