summaryrefslogtreecommitdiff
path: root/doc/release
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2015-12-17 10:11:26 -0700
committerCharles Harris <charlesr.harris@gmail.com>2015-12-17 10:11:26 -0700
commite680923e9adb80b179d5b315f41d26b68767f81e (patch)
treed5d516eec905e7683fdfe75d55e7ded1564ee78c /doc/release
parent2befd8d7decee62233ace32297806aac363868df (diff)
parent084952500f388caed570b0961194a5b76bd8b6be (diff)
downloadnumpy-e680923e9adb80b179d5b315f41d26b68767f81e.tar.gz
Merge pull request #6831 from gfyoung/spelling_corrections
Minor Spelling and Grammar Corrections
Diffstat (limited to 'doc/release')
-rw-r--r--doc/release/1.11.0-notes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release/1.11.0-notes.rst b/doc/release/1.11.0-notes.rst
index fac868ca3..47b11fd57 100644
--- a/doc/release/1.11.0-notes.rst
+++ b/doc/release/1.11.0-notes.rst
@@ -110,7 +110,7 @@ Views of arrays in Fortran order
The f_contiguous flag was used to signal that views as a dtypes that
changed the element size would change the first index. This was always a
bit problematical for arrays that were both f_contiguous and c_contiguous
-because c_contiguous took precendence. Relaxed stride checking results in
+because c_contiguous took precedence. Relaxed stride checking results in
more such dual contiguous arrays and breaks some existing code as a result.
Note that this also affects changing the dtype by assigning to the dtype
attribute of an array. The aim of this deprecation is to restrict views to