summaryrefslogtreecommitdiff
path: root/numpy/lib/function_base.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2020-12-29 14:15:14 -0700
committerGitHub <noreply@github.com>2020-12-29 14:15:14 -0700
commit1b8b46b3f2f68f5be8e52e798eb91c2ac5952745 (patch)
tree74a8e5e3caca6405596c859384f5ca45e90f2fdd /numpy/lib/function_base.py
parent610433b03ef720c8bec7dbf7573a6abe4f913031 (diff)
parentf36e940a4726abb38c4929259e8eaf00d68c3d18 (diff)
downloadnumpy-1b8b46b3f2f68f5be8e52e798eb91c2ac5952745.tar.gz
Merge pull request #18091 from anntzer/docset
DOC: Avoid using "set of" when talking about an ordered list.
Diffstat (limited to 'numpy/lib/function_base.py')
-rw-r--r--numpy/lib/function_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/function_base.py b/numpy/lib/function_base.py
index 696fe617b..276ffa5d4 100644
--- a/numpy/lib/function_base.py
+++ b/numpy/lib/function_base.py
@@ -846,7 +846,7 @@ def gradient(f, *varargs, axis=None, edge_order=1):
Returns
-------
gradient : ndarray or list of ndarray
- A set of ndarrays (or a single ndarray if there is only one dimension)
+ A list of ndarrays (or a single ndarray if there is only one dimension)
corresponding to the derivatives of f with respect to each dimension.
Each derivative has the same shape as f.