Revision: 8427
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8427&view=rev
Author:   efiring
Date:     2010-06-13 22:53:25 +0000 (Sun, 13 Jun 2010)

Log Message:
-----------
[2922387] axis.py: docstring fix by Ori Avtalion

Modified Paths:
--------------
    trunk/matplotlib/lib/matplotlib/axis.py

Modified: trunk/matplotlib/lib/matplotlib/axis.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/axis.py     2010-06-13 22:44:02 UTC (rev 
8426)
+++ trunk/matplotlib/lib/matplotlib/axis.py     2010-06-13 22:53:25 UTC (rev 
8427)
@@ -666,7 +666,7 @@
         raise NotImplementedError('Derived must override')
 
     def set_data_interval(self):
-        'Set the axis data limits'
+        'set the axis data limits'
         raise NotImplementedError('Derived must override')
 
     def set_default_intervals(self):
@@ -1510,7 +1510,7 @@
         return self.axes.dataLim.intervalx
 
     def set_data_interval(self, vmin, vmax, ignore=False):
-        'return the Interval instance for this axis data limits'
+        'set the axis data limits'
         if ignore:
             self.axes.dataLim.intervalx = vmin, vmax
         else:
@@ -1776,7 +1776,7 @@
         return self.axes.dataLim.intervaly
 
     def set_data_interval(self, vmin, vmax, ignore=False):
-        'return the Interval instance for this axis data limits'
+        'set the axis data limits'
         if ignore:
             self.axes.dataLim.intervaly = vmin, vmax
         else:


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to