diff options
author | Nathaniel J. Smith <njs@pobox.com> | 2012-05-17 12:47:42 +0100 |
---|---|---|
committer | Nathaniel J. Smith <njs@pobox.com> | 2012-05-17 12:47:42 +0100 |
commit | c247305a75a20e4e5d421e691d931d6cc98c39ce (patch) | |
tree | 6ad9b5a00e145fb7d5644c889f44a59f174fdbfe /doc | |
parent | 0812564322e1cd282cff489c46a8ce51f7fc2a89 (diff) | |
download | numpy-c247305a75a20e4e5d421e691d931d6cc98c39ce.tar.gz |
Typo fix
Thanks to Travis for catching it.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/2.0.0-notes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release/2.0.0-notes.rst b/doc/release/2.0.0-notes.rst index 557305998..7a9d43fa1 100644 --- a/doc/release/2.0.0-notes.rst +++ b/doc/release/2.0.0-notes.rst @@ -188,7 +188,7 @@ C API New function ``PyArray_RequireWriteable`` provides a consistent interface for checking array writeability -- any C code which works -with arrays whose WRITEABLE flag is not know to be True a priori, +with arrays whose WRITEABLE flag is not known to be True a priori, should make sure to call this function before writing. Changes |