Commit 6d3ad2f6 authored by Benjamin Peterson's avatar Benjamin Peterson

"Numeric Python" -> "NumPy"

parent 33bc4a29
......@@ -1200,7 +1200,7 @@ use a list comprehension::
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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment