diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-10-06 13:04:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-06 13:04:48 (GMT) |
commit | d747f5e805fa1c33768d9c22605e6324a35b3709 (patch) | |
tree | d83c12ec6e4f5292d0d8a345e3882e6c5051dfec /Doc/tutorial | |
parent | 1374459c9088725e022beab418bced96a825baad (diff) | |
download | cpython-d747f5e805fa1c33768d9c22605e6324a35b3709.zip cpython-d747f5e805fa1c33768d9c22605e6324a35b3709.tar.gz cpython-d747f5e805fa1c33768d9c22605e6324a35b3709.tar.bz2 |
[doc] Update references to NumPy (GH-22458) (GH-28749)
Numeric(al) Python to NumPy. It seems the old name hasn't been used for some time.
(cherry picked from commit c8bb24166e367d449158015cb9b1093f03c7175d)
Co-authored-by: Andre Delfino <adelfino@gmail.com>
Diffstat (limited to 'Doc/tutorial')
-rw-r--r-- | Doc/tutorial/floatingpoint.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/floatingpoint.rst b/Doc/tutorial/floatingpoint.rst index 0c0eb52..b98de6e 100644 --- a/Doc/tutorial/floatingpoint.rst +++ b/Doc/tutorial/floatingpoint.rst @@ -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 |