diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2015-12-23 08:26:33 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2015-12-23 08:26:33 -0700 |
commit | d05b94544a060e8197bb3f8c2955cd8aedfacfff (patch) | |
tree | e712b3841a92628a5b4afe5c47beb8721cbbc51e | |
parent | 8d46b559bfc42d6e040884744753d80ac48e155b (diff) | |
parent | f1e4ad4bc086dd8cd234054e6c28ea5dc8fb7725 (diff) | |
download | numpy-d05b94544a060e8197bb3f8c2955cd8aedfacfff.tar.gz |
Merge pull request #6876 from okuta/fix-version
DOC: Fix version number of the format specification.
-rw-r--r-- | doc/neps/npy-format.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/neps/npy-format.rst b/doc/neps/npy-format.rst index bf88c3fee..3f12e1bf1 100644 --- a/doc/neps/npy-format.rst +++ b/doc/neps/npy-format.rst @@ -199,7 +199,7 @@ bytes of the array. Consumers can figure out the number of bytes by multiplying the number of elements given by the shape (noting that shape=() means there is 1 element) by dtype.itemsize. -Format Specification: Version 1.0 +Format Specification: Version 2.0 --------------------------------- The version 1.0 format only allowed the array header to have a |