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

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


https://hg.python.org/cpython/rev/2eb8bf8b1f78
changeset:   101513:2eb8bf8b1f78
branch:      2.7
parent:      101509:40f3f2b27112
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
@@ -1317,7 +1317,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