diff options
author | Mark Wiebe <mwwiebe@gmail.com> | 2011-01-18 13:41:14 -0800 |
---|---|---|
committer | Mark Wiebe <mwwiebe@gmail.com> | 2011-01-18 13:41:14 -0800 |
commit | 81a28e7309e13f0a22464697b14c2c7d4c272ea5 (patch) | |
tree | 5830c6981c2e8bd7b23537070bbc9377ec08b16d /doc | |
parent | ee06d183c407ea315b2eb3ef41ee422b0ea30251 (diff) | |
download | numpy-81a28e7309e13f0a22464697b14c2c7d4c272ea5.tar.gz |
ENH: core: Add PyArray_MinScalarType and expose it to Python
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/reference/routines.dtype.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/reference/routines.dtype.rst b/doc/source/reference/routines.dtype.rst index d02468433..fd017db5f 100644 --- a/doc/source/reference/routines.dtype.rst +++ b/doc/source/reference/routines.dtype.rst @@ -10,6 +10,7 @@ Data type routines can_cast promote_types + min_scalar_type common_type obj2sctype |