diff options
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 |