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

scipy-svn at scipy.org scipy-svn at scipy.org
Thu Feb 22 14:27:49 EST 2007


Author: mattknox_ca
Date: 2007-02-22 13:27:45 -0600 (Thu, 22 Feb 2007)
New Revision: 2750

Modified:
   trunk/Lib/sandbox/timeseries/tcore.py
Log:
fixed typo

Modified: trunk/Lib/sandbox/timeseries/tcore.py
===================================================================
--- trunk/Lib/sandbox/timeseries/tcore.py	2007-02-22 15:02:31 UTC (rev 2749)
+++ trunk/Lib/sandbox/timeseries/tcore.py	2007-02-22 19:27:45 UTC (rev 2750)
@@ -86,7 +86,7 @@
               2000: ['Q','QUARTER','QUARTERLY',],
               3000: ['M','MONTH','MONTHLY',],
               4000: ['W','WEEK','WEEKLY',],
-              5000: ['B','BUSINESS','BUSINESSLYT'],
+              5000: ['B','BUSINESS','BUSINESSLY'],
               6000: ['D','DAY','DAILY',],
               7000: ['H','HOUR','HOURLY',],
               8000: ['T','MINUTE','MINUTELY',],




More information about the Scipy-svn mailing list