summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorMark Wiebe <mwiebe@enthought.com>2011-06-17 17:40:57 -0500
committerMark Wiebe <mwiebe@enthought.com>2011-06-17 17:40:57 -0500
commite834cd49957e6934ef5c6087327a72a5820fbac9 (patch)
tree40ad93b509d6941da66641b56992baaa12f0eba9 /numpy
parent4d2ee35ac460af27976bb9b7f6e84b385922d787 (diff)
downloadnumpy-e834cd49957e6934ef5c6087327a72a5820fbac9.tar.gz
ENH: datetime-meta: Rename the metadata from frequency to timeunit
Diffstat (limited to 'numpy')
-rw-r--r--numpy/core/include/numpy/ndarraytypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/include/numpy/ndarraytypes.h b/numpy/core/include/numpy/ndarraytypes.h
index 9cca2ac12..74f7855fd 100644
--- a/numpy/core/include/numpy/ndarraytypes.h
+++ b/numpy/core/include/numpy/ndarraytypes.h
@@ -85,7 +85,7 @@ enum NPY_TYPES { NPY_BOOL=0,
NPY_NTYPES_ABI_COMPATIBLE=21
};
-#define NPY_METADATA_DTSTR "__frequency__"
+#define NPY_METADATA_DTSTR "__timeunit__"
/* basetype array priority */
#define NPY_PRIORITY 0.0