summaryrefslogtreecommitdiff
path: root/doc/source/reference/c-api/array.rst
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2022-10-07 11:50:39 +0200
committerGitHub <noreply@github.com>2022-10-07 11:50:39 +0200
commit67b2d7398cd7e95b49d39a3ac5691fae438d57b0 (patch)
treebd82d5703476d626acf604d8fc1cd031b1284079 /doc/source/reference/c-api/array.rst
parent1d272bdb68f7cd2a1e99baeef9a4194afebdf783 (diff)
parent49325dd9cbd8de096cd280976c603b6b1872336a (diff)
downloadnumpy-67b2d7398cd7e95b49d39a3ac5691fae438d57b0.tar.gz
Merge pull request #22399 from DimitriPapadopoulos/codespell
MAINT: Fix typos found by codespell
Diffstat (limited to 'doc/source/reference/c-api/array.rst')
-rw-r--r--doc/source/reference/c-api/array.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/c-api/array.rst b/doc/source/reference/c-api/array.rst
index ccff2ae91..e4028b7b4 100644
--- a/doc/source/reference/c-api/array.rst
+++ b/doc/source/reference/c-api/array.rst
@@ -1337,7 +1337,7 @@ Special functions for NPY_OBJECT
by NumPy. Users **should** also ensure to pass fully initialized buffers
to NumPy, since NumPy may make this a strong requirement in the future.
- There is currently an intention to ensure that NumPy always initalizes
+ There is currently an intention to ensure that NumPy always initializes
object arrays before they may be read. Any failure to do so will be
regarded as a bug.
In the future, users may be able to rely on non-NULL values when reading