From 1c58504eec43f9ba18ac835131fed496fb59772d Mon Sep 17 00:00:00 2001 From: Eric Wieser Date: Thu, 26 Mar 2020 17:50:20 +0000 Subject: MAINT: simplify code that assumes str/unicode and int/long are different types (#15816) Cleanup from the dropping of python 2 --- 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 46af1b45b..22b15fc57 100644 --- a/doc/source/reference/c-api/array.rst +++ b/doc/source/reference/c-api/array.rst @@ -834,7 +834,7 @@ General check of Python Type .. c:function:: PyArray_IsPythonScalar(op) Evaluates true if *op* is a builtin Python scalar object (int, - float, complex, str, unicode, long, bool). + float, complex, bytes, str, long, bool). .. c:function:: PyArray_IsAnyScalar(op) -- cgit v1.2.1