From d6f7524defc808f32219528350429d5569696183 Mon Sep 17 00:00:00 2001 From: Allan Haldane Date: Sat, 31 Aug 2019 20:43:13 -0400 Subject: BUG: Fix fieldless comparison broadcasting Fixes #13438 --- doc/source/reference/c-api/array.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (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 215584b62..8936a4752 100644 --- a/doc/source/reference/c-api/array.rst +++ b/doc/source/reference/c-api/array.rst @@ -997,8 +997,9 @@ argument must be a :c:type:`PyObject *` that can be directly interpret called on flexible dtypes. Types that are attached to an array will always be sized, hence the array form of this macro not existing. - ..versionchanged:: 1.18.0 - For structured datatypes with no fields this function now return False. + .. versionchanged:: 1.18 + + For structured datatypes with no fields this function now returns False. .. c:function:: PyTypeNum_ISUSERDEF(num) -- cgit v1.2.1