Kaydet (Commit) 01d2580d authored tarafından Benjamin Peterson's avatar Benjamin Peterson

"Numeric Python" -> "NumPy"

üst 90c9b40c
......@@ -1317,7 +1317,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