[Scipy-svn] r3792 - trunk/scipy/sandbox/timeseries
scipy-svn@scip...
scipy-svn@scip...
Mon Jan 7 13:33:08 CST 2008
Author: dhuard
Date: 2008-01-07 13:33:00 -0600 (Mon, 07 Jan 2008)
New Revision: 3792
Modified:
trunk/scipy/sandbox/timeseries/trecords.py
Log:
Fixed an error in docstring of fromtextfile (datescol instead of dates_column).
Modified: trunk/scipy/sandbox/timeseries/trecords.py
===================================================================
--- trunk/scipy/sandbox/timeseries/trecords.py 2008-01-07 07:23:23 UTC (rev 3791)
+++ trunk/scipy/sandbox/timeseries/trecords.py 2008-01-07 19:33:00 UTC (rev 3792)
@@ -427,7 +427,7 @@
Alphanumeric character used to mark the start of a comment.
- `missingchar` : String *['']*
String indicating missing data, and used to create the masks.
- - `datescol` : Integer *[None]*
+ - `dates_column` : Integer *[None]*
Position of the columns storing dates. If None, a position will be
estimated from the variable names.
- `varnames` : Sequence *[None]*
More information about the Scipy-svn
mailing list