From fcaaf276ee6dc7149a9ef442111748970fa46925 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Mon, 28 Dec 2020 22:15:34 -0800 Subject: DOC: Update reference to verbatim in a few location. Single backticks default role is reference, while here it seem to be for verbatim. Fix it in a couple of places. --- numpy/polynomial/hermite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/polynomial/hermite.py') diff --git a/numpy/polynomial/hermite.py b/numpy/polynomial/hermite.py index c679c5298..eef5c25b2 100644 --- a/numpy/polynomial/hermite.py +++ b/numpy/polynomial/hermite.py @@ -1311,7 +1311,7 @@ def hermfit(x, y, deg, rcond=None, full=False, w=None): information from the singular value decomposition is also returned. w : array_like, shape (`M`,), optional Weights. If not None, the contribution of each point - ``(x[i],y[i])`` to the fit is weighted by `w[i]`. Ideally the + ``(x[i],y[i])`` to the fit is weighted by ``w[i]``. Ideally the weights are chosen so that the errors of the products ``w[i]*y[i]`` all have the same variance. The default value is None. -- cgit v1.2.1