[doc] Update references to NumPy (GH-22458)

Numeric(al) Python to NumPy. It seems the old name hasn't been used for some time.
This commit is contained in:
Andre Delfino 2020-10-01 20:22:14 -03:00 committed by GitHub
parent bd0a08ea90
commit c8bb24166e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 8 deletions

View file

@ -158,7 +158,7 @@ which implements arithmetic based on rational numbers (so the numbers like
1/3 can be represented exactly).
If you are a heavy user of floating point operations you should take a look
at the Numerical Python package and many other packages for mathematical and
at the NumPy package and many other packages for mathematical and
statistical operations supplied by the SciPy project. See <https://scipy.org>.
Python provides tools that may help on those rare occasions when you really