summaryrefslogtreecommitdiff
path: root/doc/source/reference/c-api/array.rst
diff options
context:
space:
mode:
authortakanori-pskq <takanori17h@gmail.com>2020-07-17 07:32:13 +0000
committermattip <matti.picus@gmail.com>2020-08-13 11:46:13 +0300
commitcd1cba812bddc8ae22a664e9347861325f21bb63 (patch)
tree1021ef5d35aa5272235c63a82b2d2e0bb1ddd090 /doc/source/reference/c-api/array.rst
parenteec0aa278e3e0d68d9e19ccba2410c09be20d746 (diff)
downloadnumpy-cd1cba812bddc8ae22a664e9347861325f21bb63.tar.gz
DOC: Fix types including curly braces
Diffstat (limited to 'doc/source/reference/c-api/array.rst')
-rw-r--r--doc/source/reference/c-api/array.rst2
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 b635c4df2..cfe4d2d51 100644
--- a/doc/source/reference/c-api/array.rst
+++ b/doc/source/reference/c-api/array.rst
@@ -826,7 +826,7 @@ General check of Python Type
.. c:function:: PyArray_IsScalar(op, cls)
- Evaluates true if *op* is an instance of :c:data:`Py{cls}ArrType_Type`.
+ Evaluates true if *op* is an instance of ``Py{cls}ArrType_Type``.
.. c:function:: PyArray_CheckScalar(op)