From fdf284c29b241bda33be8bba3f667d3ac86fdc14 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Wed, 15 Aug 2018 08:04:59 -0600 Subject: DOC: Small docstring fixes for old polyfit. * Remove misleading reference to numpy/polynomial/polynomial/polyfit. * Add missing period in numpy/polynomial/_polybase.py --- numpy/lib/polynomial.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'numpy/lib/polynomial.py') diff --git a/numpy/lib/polynomial.py b/numpy/lib/polynomial.py index 0de39877a..9f3b84732 100644 --- a/numpy/lib/polynomial.py +++ b/numpy/lib/polynomial.py @@ -400,8 +400,7 @@ def polyfit(x, y, deg, rcond=None, full=False, w=None, cov=False): The `Polynomial.fit ` class method is recommended for new code as it is more stable numerically. See - the documentation for the method for more information, or the convenience - function `polynomial.polyfit `. + the documentation of the method for more information. Parameters ---------- -- cgit v1.2.1