[Scipy-svn] r2573 - trunk/Lib/sandbox/timeseries

scipy-svn at scipy.org scipy-svn at scipy.org
Tue Jan 16 14:23:41 EST 2007


Author: mattknox_ca
Date: 2007-01-16 13:23:36 -0600 (Tue, 16 Jan 2007)
New Revision: 2573

Modified:
   trunk/Lib/sandbox/timeseries/tseries.py
Log:
fixed typos in __all__ list

Modified: trunk/Lib/sandbox/timeseries/tseries.py
===================================================================
--- trunk/Lib/sandbox/timeseries/tseries.py	2007-01-16 07:11:41 UTC (rev 2572)
+++ trunk/Lib/sandbox/timeseries/tseries.py	2007-01-16 19:23:36 UTC (rev 2573)
@@ -57,7 +57,7 @@
 __all__ = [
 'TimeSeriesError','TimeSeriesCompatibilityError','TimeSeries','isTimeSeries',
 'time_series',
-'day_of_week','dat_of_year','day','month','quarter','year','hour','minute','second',  
+'day_of_week','day_of_year','day','month','quarter','year','hour','minute','second',  
 'tofile','asrecords','flatten','adjust_endpoints','align_series','aligned',
 'mask_period','mask_inside_period','mask_outside_period',
 'convert','fill_missing_dates'




More information about the Scipy-svn mailing list