Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33bc4a2 commit 6d3ad2fCopy full SHA for 6d3ad2f
1 file changed
Doc/faq/programming.rst
@@ -1200,7 +1200,7 @@ use a list comprehension::
1200
w, h = 2, 3
1201
A = [[None] * w for i in range(h)]
1202
1203
-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
1204
<http://www.numpy.org/>`_ is the best known.
1205
1206
0 commit comments