diff options
author | yuki <drsuaimqjgar@gmail.com> | 2023-04-02 18:54:55 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-02 11:54:55 +0200 |
commit | 350042a0b4bf860fe6b07cf02186a6abe47b4983 (patch) | |
tree | 362e1171c1fa472088eacdfc13f754c40b6e30f3 /doc/source/reference/c-api | |
parent | 40bb77e8b7ee2db58f306d7f96e9cb6d18bb768f (diff) | |
download | numpy-350042a0b4bf860fe6b07cf02186a6abe47b4983.tar.gz |
DOC: add missing punctuation in a C API .rst file (#23516)
[skip ci]
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 8081576b5..2bcc61108 100644 --- a/doc/source/reference/c-api/types-and-structures.rst +++ b/doc/source/reference/c-api/types-and-structures.rst @@ -1253,7 +1253,7 @@ ScalarArrayTypes ---------------- There is a Python type for each of the different built-in data types -that can be present in the array Most of these are simple wrappers +that can be present in the array. Most of these are simple wrappers around the corresponding data type in C. The C-names for these types are ``Py{TYPE}ArrType_Type`` where ``{TYPE}`` can be |