diff options
author | Antony Lee <anntzer.lee@gmail.com> | 2021-08-17 20:30:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-17 21:30:32 +0300 |
commit | 9e1c34eda4569a96fba07ed56fb971dedbb438fa (patch) | |
tree | 787710a7f970b20767ac28aef1ac7a0f04466679 /doc/source/reference/c-api | |
parent | db1a3432cb347808f297af51ca16a016fef934b3 (diff) | |
download | numpy-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.rst | 2 |
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: |