Revision: 5905 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5905&view=rev Author: ryanmay Date: 2008-07-27 20:36:10 +0000 (Sun, 27 Jul 2008)
Log Message: ----------- Fix a doc typo. Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/axis.py Modified: trunk/matplotlib/lib/matplotlib/axis.py =================================================================== --- trunk/matplotlib/lib/matplotlib/axis.py 2008-07-27 20:33:45 UTC (rev 5904) +++ trunk/matplotlib/lib/matplotlib/axis.py 2008-07-27 20:36:10 UTC (rev 5905) @@ -218,7 +218,7 @@ #if isinstance(a, mlines.Line2D): a.set_clip_box(self.axes.bbox) def get_view_interval(self): - 'return the view Interval instance for the axis tjis tick is ticking' + 'return the view Interval instance for the axis this tick is ticking' raise NotImplementedError('Derived must override') def set_view_interval(self, vmin, vmax, ignore=False): This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Matplotlib-checkins mailing list Matplotlib-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins