summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/release/2.0.0-notes.rst2
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