summaryrefslogtreecommitdiff
path: root/doc/source/reference/c-api
diff options
context:
space:
mode:
authortakanori-pskq <takanori17h@gmail.com>2020-10-06 16:41:49 +0900
committertakanori-pskq <takanori17h@gmail.com>2020-10-06 16:41:49 +0900
commit04ad2ce13c4b8a0557c08010d3121cbbaa1cad5a (patch)
tree3a7ec1b201507cbeb825acd97a4f4a94ffa7ebc9 /doc/source/reference/c-api
parent1e0aa16427795bee76a0138115b93bebb95084a9 (diff)
downloadnumpy-04ad2ce13c4b8a0557c08010d3121cbbaa1cad5a.tar.gz
Fixup
Diffstat (limited to 'doc/source/reference/c-api')
-rw-r--r--doc/source/reference/c-api/types-and-structures.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/reference/c-api/types-and-structures.rst b/doc/source/reference/c-api/types-and-structures.rst
index 45cc6725a..2f4919f45 100644
--- a/doc/source/reference/c-api/types-and-structures.rst
+++ b/doc/source/reference/c-api/types-and-structures.rst
@@ -959,11 +959,11 @@ PyUFunc_Type and PyUFuncObject
For each distinct core dimension, a set of ``UFUNC_CORE_DIM*`` flags
- .. c:macro:: UFUNC_CORE_DIM_IGNORE
+ .. c:macro:: UFUNC_CORE_DIM_CAN_IGNORE
if the dim name ends in ``?``
- .. c:macro:: UFUNC_CORE_DIM_INFERRED
+ .. c:macro:: UFUNC_CORE_DIM_SIZE_INFERRED
if the dim size will be determined from the operands
and not from a :ref:`frozen <frozen>` signature