summaryrefslogtreecommitdiff
path: root/numpy/lib/function_base.py
diff options
context:
space:
mode:
authorJaime <jaime.frio@gmail.com>2017-05-09 11:46:35 +0200
committerGitHub <noreply@github.com>2017-05-09 11:46:35 +0200
commitc11628abd820a1f44b052ea87af810f8f00cf2e4 (patch)
tree1b604adcf75bec0009c27d340e6ede2adb03b2ec /numpy/lib/function_base.py
parent23b0cf3a5925dbc1f0503fbdacdf8088372f4ab5 (diff)
parentef5684564e3074daf614846f30bfdd7f15f5254f (diff)
downloadnumpy-c11628abd820a1f44b052ea87af810f8f00cf2e4.tar.gz
Merge pull request #9075 from scop/spelling
ENH: Spelling fixes
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 3c39d1a7b..8ee6a54dd 100644
--- a/numpy/lib/function_base.py
+++ b/numpy/lib/function_base.py
@@ -1607,7 +1607,7 @@ def gradient(f, *varargs, **kwargs):
Notes
-----
- Assuming that :math:`f\\in C^{3}` (i.e., :math:`f` has at least 3 continous
+ Assuming that :math:`f\\in C^{3}` (i.e., :math:`f` has at least 3 continuous
derivatives) and let be :math:`h_{*}` a non homogeneous stepsize, the
spacing the finite difference coefficients are computed by minimising
the consistency error :math:`\\eta_{i}`: