diff options
author | Ryosuke Okuta <okuta@preferred.jp> | 2015-12-23 23:59:15 +0900 |
---|---|---|
committer | Ryosuke Okuta <okuta@preferred.jp> | 2015-12-23 23:59:15 +0900 |
commit | f1e4ad4bc086dd8cd234054e6c28ea5dc8fb7725 (patch) | |
tree | e712b3841a92628a5b4afe5c47beb8721cbbc51e /doc | |
parent | 8d46b559bfc42d6e040884744753d80ac48e155b (diff) | |
download | numpy-f1e4ad4bc086dd8cd234054e6c28ea5dc8fb7725.tar.gz |
Fix version number in the document
This PR fix version number of the format specification.
Diffstat (limited to 'doc')
-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 |