summaryrefslogtreecommitdiff
path: root/doc/source/reference/c-api
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2022-01-06 15:41:18 -0800
committerGitHub <noreply@github.com>2022-01-06 15:41:18 -0800
commit6d99f5f3da8750bee5cf967fc6edb75d5d3a7d85 (patch)
tree5cb57fced4336b4e74995fb33a7a5c7b9a258aa2 /doc/source/reference/c-api
parent4e436ff0c83f21b82495954a3c3c85814de40f83 (diff)
parent34eb3ec9a7d4c65d750900bf8d70fb07e3857253 (diff)
downloadnumpy-6d99f5f3da8750bee5cf967fc6edb75d5d3a7d85.tar.gz
Merge pull request #20758 from madphysicist/patch-1
DOC: Capitalization and missing word in docs
Diffstat (limited to 'doc/source/reference/c-api')
-rw-r--r--doc/source/reference/c-api/ufunc.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/reference/c-api/ufunc.rst b/doc/source/reference/c-api/ufunc.rst
index c43743391..2909ce9af 100644
--- a/doc/source/reference/c-api/ufunc.rst
+++ b/doc/source/reference/c-api/ufunc.rst
@@ -79,7 +79,7 @@ Types
.. c:type:: PyUFuncGenericFunction
- pointers to functions that actually implement the underlying
+ Pointers to functions that actually implement the underlying
(element-by-element) function :math:`N` times with the following
signature:
@@ -157,8 +157,8 @@ Functions
ufunc object is alive.
:param func:
- Must to an array of length *ntypes* containing
- :c:type:`PyUFuncGenericFunction` items.
+ Must point to an array containing *ntypes*
+ :c:type:`PyUFuncGenericFunction` elements.
:param data:
Should be ``NULL`` or a pointer to an array of size *ntypes*.