summaryrefslogtreecommitdiff
path: root/doc/source/reference/c-api
diff options
context:
space:
mode:
authorAntony Lee <anntzer.lee@gmail.com>2021-08-17 20:30:32 +0200
committerGitHub <noreply@github.com>2021-08-17 21:30:32 +0300
commit9e1c34eda4569a96fba07ed56fb971dedbb438fa (patch)
tree787710a7f970b20767ac28aef1ac7a0f04466679 /doc/source/reference/c-api
parentdb1a3432cb347808f297af51ca16a016fef934b3 (diff)
downloadnumpy-9e1c34eda4569a96fba07ed56fb971dedbb438fa.tar.gz
DOC: Fix trivial doc typo. (#19692)
Diffstat (limited to 'doc/source/reference/c-api')
-rw-r--r--doc/source/reference/c-api/types-and-structures.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/c-api/types-and-structures.rst b/doc/source/reference/c-api/types-and-structures.rst
index 54a1e09e1..39a17cc72 100644
--- a/doc/source/reference/c-api/types-and-structures.rst
+++ b/doc/source/reference/c-api/types-and-structures.rst
@@ -225,7 +225,7 @@ PyArrayDescr_Type and PyArray_Descr
compatibility:
- Never declare a non-pointer instance of the struct
- - Never perform pointer arithmatic
+ - Never perform pointer arithmetic
- Never use ``sizof(PyArray_Descr)``
It has the following structure: