diff options
author | mattip <matti.picus@gmail.com> | 2018-10-25 21:04:41 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2018-10-25 21:04:41 +0300 |
commit | 00e8e165a061f9c02524bfc9728436e7e55a6277 (patch) | |
tree | 06b92d163cde2629ba1a9afca6b2ee1cc4913008 /doc/source/reference/c-api.array.rst | |
parent | aeefb51cb603e9e583dd142d417e50053d78cda6 (diff) | |
download | numpy-00e8e165a061f9c02524bfc9728436e7e55a6277.tar.gz |
DOC: remove duplicate and outdated DOC
Diffstat (limited to 'doc/source/reference/c-api.array.rst')
-rw-r--r-- | doc/source/reference/c-api.array.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/source/reference/c-api.array.rst b/doc/source/reference/c-api.array.rst index d8c1dae97..85814f5a9 100644 --- a/doc/source/reference/c-api.array.rst +++ b/doc/source/reference/c-api.array.rst @@ -416,10 +416,6 @@ From other objects the array is constructed that way. Almost always this parameter is ``NULL``. - In versions 1.6 and earlier of NumPy, the following flags - did not have the ``_ARRAY_`` macro namespace in them. That form - of the constant names is deprecated in 1.7. - .. c:var:: NPY_ARRAY_C_CONTIGUOUS Make sure the returned array is C-style contiguous |