diff options
author | Stefan van der Walt <stefan@sun.ac.za> | 2010-05-10 06:48:17 +0000 |
---|---|---|
committer | Stefan van der Walt <stefan@sun.ac.za> | 2010-05-10 06:48:17 +0000 |
commit | e3cea87edc4a036b7e5643a488615c57c41de739 (patch) | |
tree | f592b9464dc4a90084f1d93ea36f2c8752955f81 | |
parent | 427a9632db6ddc1e8659ab3191fe63873a8a188b (diff) | |
download | numpy-e3cea87edc4a036b7e5643a488615c57c41de739.tar.gz |
DOC: Fix typo in 2.0.0 release notes.
-rw-r--r-- | doc/release/2.0.0-notes.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/release/2.0.0-notes.rst b/doc/release/2.0.0-notes.rst index a11b36595..a984a5deb 100644 --- a/doc/release/2.0.0-notes.rst +++ b/doc/release/2.0.0-notes.rst @@ -59,11 +59,11 @@ by simple multiplication. new header ~~~~~~~~~~ - The new header file ndarraytypes.h contains the symbols from - ndarrayobject.h that no not depend on the PY_ARRAY_UNIQUE_SYMBOL and - NO_IMPORT/_ARRAY macros. Broadly, these symbols are types, typedefs, and - enumerations; the array function calls are left in ndarrayobject.h. This - allows users to include array-related types and enumerations without - needing to concern themselves with the macro expansions and their side- - effects. +The new header file ndarraytypes.h contains the symbols from +ndarrayobject.h that do not depend on the PY_ARRAY_UNIQUE_SYMBOL and +NO_IMPORT/_ARRAY macros. Broadly, these symbols are types, typedefs, +and enumerations; the array function calls are left in +ndarrayobject.h. This allows users to include array-related types and +enumerations without needing to concern themselves with the macro +expansions and their side- effects. |