Revision: 6328
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6328&view=rev
Author:   mdboom
Date:     2008-10-24 18:16:12 +0000 (Fri, 24 Oct 2008)

Log Message:
-----------
Fix docstring.

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

Modified: trunk/matplotlib/lib/matplotlib/contour.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/contour.py  2008-10-24 17:58:47 UTC (rev 
6327)
+++ trunk/matplotlib/lib/matplotlib/contour.py  2008-10-24 18:16:12 UTC (rev 
6328)
@@ -53,8 +53,6 @@
           *fontsize*:
             See http://matplotlib.sf.net/fonts.html
 
-        .. TODO: Update this link to new fonts document
-
           *colors*:
             - if *None*, the color of each label matches the color of
               the corresponding contour
@@ -1050,8 +1048,8 @@
 
         Call signature::
 
-        conmin,segmin,imin,xmin,ymin,dmin = find_nearest_contour(
-                   self, x, y, indices=None, pixel=True )
+          conmin,segmin,imin,xmin,ymin,dmin = find_nearest_contour(
+                     self, x, y, indices=None, pixel=True )
 
         Optional keyword arguments::
 


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
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to