Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6d3ad2f

Browse files
committed
"Numeric Python" -> "NumPy"
1 parent 33bc4a2 commit 6d3ad2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/faq/programming.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1200,7 +1200,7 @@ use a list comprehension::
12001200
w, h = 2, 3
12011201
A = [[None] * w for i in range(h)]
12021202

1203-
Or, you can use an extension that provides a matrix datatype; `Numeric Python
1203+
Or, you can use an extension that provides a matrix datatype; `NumPy
12041204
<http://www.numpy.org/>`_ is the best known.
12051205

12061206

0 commit comments

Comments
 (0)