From 5fb8631b3a8a8c24b6c122c9153725d50e413693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Sat, 12 Apr 2014 14:24:26 -0600 Subject: [PATCH] docs: add a missing word --- mpmath/calculus/polynomials.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mpmath/calculus/polynomials.py b/mpmath/calculus/polynomials.py index 316ffb34..541338e0 100644 --- a/mpmath/calculus/polynomials.py +++ b/mpmath/calculus/polynomials.py @@ -108,8 +108,8 @@ def polyroots(ctx, coeffs, maxsteps=50, cleanup=True, extraprec=10, `maxsteps` (in which case increasing `maxsteps` should fix the problem), or a combination of both. - The user should always do a convergence with regards to `extraprec` to - ensure accurate results. It is possible to get convergence to a wrong + The user should always do a convergence study with regards to `extraprec` + to ensure accurate results. It is possible to get convergence to a wrong answer with too low `extraprec`. Provided there are no repeated roots, :func:`~mpmath.polyroots` can