diff options
author | Chiara Marmo <cmarmo@users.noreply.github.com> | 2021-07-27 19:11:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 19:11:07 +0200 |
commit | cee9c7cd0ce90b94097f9f34f17b7ad18d3d54d3 (patch) | |
tree | 7203752dc12e0adb03cd7876bf06d07a72f47fa6 /doc/source/reference/c-api/array.rst | |
parent | 41c107dabf740527a4ee18adedd3b750059a4de0 (diff) | |
download | numpy-cee9c7cd0ce90b94097f9f34f17b7ad18d3d54d3.tar.gz |
Update doc/source/reference/c-api/array.rst
Co-authored-by: Matti Picus <matti.picus@gmail.com>
Diffstat (limited to 'doc/source/reference/c-api/array.rst')
-rw-r--r-- | doc/source/reference/c-api/array.rst | 2 |
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 909f9ec53..d943ba533 100644 --- a/doc/source/reference/c-api/array.rst +++ b/doc/source/reference/c-api/array.rst @@ -1310,7 +1310,7 @@ User-defined data types Given a string return the type-number for the data-type with that string as the type-object name. - Returns NPY_NOTYPE without setting an error if no type can be found. + Returns ``NPY_NOTYPE`` without setting an error if no type can be found. Only works for user-defined data-types. Special functions for NPY_OBJECT |