Revision: 8627
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8627&view=rev
Author: jdh2358
Date: 2010年08月13日 18:23:33 +0000 (2010年8月13日)
Log Message:
-----------
fix docstring typo
Modified Paths:
--------------
branches/v1_0_maint/lib/matplotlib/mlab.py
Modified: branches/v1_0_maint/lib/matplotlib/mlab.py
===================================================================
--- branches/v1_0_maint/lib/matplotlib/mlab.py 2010年08月12日 21:16:10 UTC (rev 8626)
+++ branches/v1_0_maint/lib/matplotlib/mlab.py 2010年08月13日 18:23:33 UTC (rev 8627)
@@ -785,7 +785,7 @@
- *fracVar* : the fraction of the variance accounted for by each
component returned
- A similar function of the same name was in the MATLAB
+ A similar function of the same name was in the MATLAB
R13 Neural Network Toolbox but is not found in later versions;
its successor seems to be called "processpcs".
"""
@@ -2108,7 +2108,7 @@
- *checkrows*: is the number of rows to check to validate the column
data type. When set to zero all rows are validated.
- - *converted*: if not *None*, is a dictionary mapping column number or
+ - *converterd*: if not *None*, is a dictionary mapping column number or
munged column name to a converter function.
- *names*: if not None, is a list of header names. In this case, no
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.