From cee9c7cd0ce90b94097f9f34f17b7ad18d3d54d3 Mon Sep 17 00:00:00 2001 From: Chiara Marmo Date: Tue, 27 Jul 2021 19:11:07 +0200 Subject: Update doc/source/reference/c-api/array.rst Co-authored-by: Matti Picus --- doc/source/reference/c-api/array.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source/reference/c-api') 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 -- cgit v1.2.1