diff options
Diffstat (limited to 'doc/neps/npy-format.rst')
-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 |