[Python-checkins] cpython (3.5): "Numeric Python" -> "NumPy"

benjamin.peterson python-checkins at python.org
Fri May 27 01:51:57 EDT 2016


https://hg.python.org/cpython/rev/bb007a5a7291
changeset:   101512:bb007a5a7291
branch:      3.5
parent:      101510:29f163db229e
user:        Benjamin Peterson <benjamin at python.org>
date:        Thu May 26 22:51:32 2016 -0700
summary:
  "Numeric Python" -> "NumPy"

files:
  Doc/faq/programming.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/faq/programming.rst b/Doc/faq/programming.rst
--- a/Doc/faq/programming.rst
+++ b/Doc/faq/programming.rst
@@ -1200,7 +1200,7 @@
    w, h = 2, 3
    A = [[None] * w for i in range(h)]
 
-Or, you can use an extension that provides a matrix datatype; `Numeric Python
+Or, you can use an extension that provides a matrix datatype; `NumPy
 <http://www.numpy.org/>`_ is the best known.
 
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list